[Bug gold/11997] Different behevior of MEMORY regions

2010-09-17 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2010-09-18 04:47 --- The memory test failure is fixed. However, there does still seem to be a relevant difference between gold and GNU ld. I used -z max-page-size=0x1000 to eliminate differences due to the page size. With that, gold pu

[Bug binutils/11991] ar --plugin does not use plugin

2010-09-17 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-09-18 03:12 --- Fixed by http://sourceware.org/ml/binutils-cvs/2010-09/msg00084.html -- What|Removed |Added

[Bug gold/12007] Illegal initialization vma_sections_(NULL)

2010-09-17 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-09-18 03:11 --- Fixed by http://sourceware.org/ml/binutils-cvs/2010-09/msg00100.html -- What|Removed |Added

[Bug binutils/12004] "ar --plugin" doesn't work with more than 9 files

2010-09-17 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-09-18 03:09 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/12036] ar rejects filenames containing '~' in the path

2010-09-17 Thread vorlon at debian dot org
--- Additional Comments From vorlon at debian dot org 2010-09-17 22:07 --- Created an attachment (id=4989) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4989&action=view) add ~ to the set of valid filename chars Solution to this issue courtesy of Zygmunt Krynicki . -- http:

[Bug binutils/12036] New: ar rejects filenames containing '~' in the path

2010-09-17 Thread vorlon at debian dot org
When ar is asked to act on a file whose path includes the '~' character, ar rejects this with a syntax error. E.g.: (echo create /build/buildd/u-boot-linaro-2010.09~rc1.1/debian/build/omap4_panda/post/libpost.a; for lib in ; \ do echo addlib $lib; done; echo save) \ | ar -M ~Sy

[Bug ld/12030] New: assertion fail linker.c:2678

2010-09-17 Thread jojelino at gmail dot com
GNU ld (GNU Binutils) 2.20.51.20100917 Supported emulations: i386pe using external linker script: == OUTPUT_FORMAT(pei-i386) SECTIONS { .text __image_base__ + __section_alignment__ : { *(.init) *(.text) *(SORT(.text$*)) *(.

[Bug ld/12029] docus error for symbol unmangling support in VERSION commands

2010-09-17 Thread amodra at gmail dot com
--- Additional Comments From amodra at gmail dot com 2010-09-17 11:41 --- Fixed mainline 2010-07-20 Mike Frysinger -- What|Removed |Added Status|NEW

[Bug ld/12029] New: docus error for symbol unmangling support in VERSION commands

2010-09-17 Thread richard dot barton at arm dot com
The documentation for the VERSIONS linker script command (ld docs s3.9) has a mistake in the example for the C++ unmangled name support. (from the big example at the top:) extern "C++" { ns::*; "int f(int, double)"; } The unmangled name sh