[Bug gold/10980] Please support more options available from old ld

2010-01-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05 05:56 --- Subject: Bug 10980 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2010-01-05 05:56:28 Modified files: gold : ChangeLog options.h resolve.cc Log

[Bug gold/10980] Please support more options available from old ld

2010-01-04 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2010-01-05 05:52 --- 2 ld: def: unknown -z option * bobcat * gnugk There is no -z def option for the GNU linker. However, as noted earlier, the GNU linker does not complain about unknown -z options. These two packages presumably me

[Bug binutils/11133] New: Static linking with gc-sections deletes __libc_atexit causing problems with stdio buffer flush to file.

2010-01-04 Thread tmsriram at google dot com
Here is how to reproduce. Using ld with binutils 2.19. $ cat hello.cc #include int main() { printf("Hello World\n"); } $ gcc-4.4.0 hello.cc -static -Wl,--gc-sections $./a.out > hello.out $ wc hello.out 0 0 0 hello.out Using, --print-gc-sections shows that : ld: removing unused section from '_

[Bug binutils/11130] Bad objopy error message

2010-01-04 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-05 00:44 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/11129] Sun Studio compiler doesn't understand -Wno-error and __FUNCTION__

2010-01-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05 01:52 --- Subject: Bug 11129 CVSROOT:/cvs/src Module name:src Branch: binutils-2_20-branch Changes by: amo...@sourceware.org 2010-01-05 01:52:42 Modified files: binutils :

[Bug gold/10338] Incorrect stab symbols when linking with gold

2010-01-04 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2010-01-04 23:16 --- I attached the patch to this bug. I opened issue 359 for google-breakpad. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10338 --- You are receiving this mail because: --- You are on the CC list for th

[Bug binutils/11129] Sun Studio compiler doesn't understand -Wno-error and __FUNCTION__

2010-01-04 Thread amodra at gmail dot com
--- Additional Comments From amodra at gmail dot com 2010-01-05 01:53 --- The -Wno-error problem has already been fixed for mainline. I've backported the fix to the 2.20 branch in case we do a 2.20.1 release. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11129 --- You are r

[Bug binutils/10764] compiler option added after operands

2010-01-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05 01:52 --- Subject: Bug 10764 CVSROOT:/cvs/src Module name:src Branch: binutils-2_20-branch Changes by: amo...@sourceware.org 2010-01-05 01:52:42 Modified files: binutils :

[Bug binutils/11130] Bad objopy error message

2010-01-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05 00:40 --- Subject: Bug 11130 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2010-01-05 00:39:48 Modified files: binutils : ChangeLog objcopy.c Log message:

[Bug gold/10980] Please support more options available from old ld

2010-01-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-04 23:59 --- Subject: Bug 10980 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2010-01-04 23:59:13 Modified files: gold : ChangeLog options.h Log message:

[Bug gold/10980] Please support more options available from old ld

2010-01-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05 00:32 --- Subject: Bug 10980 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2010-01-05 00:32:23 Modified files: gold : ChangeLog object.cc options.h Log m

[Bug gold/10338] Incorrect stab symbols when linking with gold

2010-01-04 Thread thestig at google dot com
--- Additional Comments From thestig at google dot com 2010-01-04 19:28 --- Ian, can you send the patch to google-breakpad? The plan is to move away from stab symbols for google-breakpad, but it's not there yet. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10338 --- You ar

[Bug binutils/11131] New: Add updelfhdr

2010-01-04 Thread hjl dot tools at gmail dot com
I need to update machine type in ELF header. Objcopy doesn't work. On Linux/x86-64, I got [...@gnu-6 binutils]$ objcopy -O elf64-l1om /bin/ls ls objcopy: Warning: Output file cannot represent architecture `i386:x86-64' and no output was written. I wrote updelfhdr: http://sourceware.org/ml/binuti

[Bug binutils/11130] Bad objopy error message

2010-01-04 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-04 17:54 --- A patch is posted at http://sourceware.org/ml/binutils/2010-01/msg00041.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=11130 --- You are receiving this mail because: --- You are on the

[Bug binutils/11130] New: Bad objopy error message

2010-01-04 Thread hjl dot tools at gmail dot com
On Linux/x86-64, I got [...@gnu-6 binutils]$ objcopy -O elf64-l1om /bin/ls ls objcopy: Warning: Output file cannot represent architecture `i386:x86-64' [...@gnu-6 binutils]$ echo $? 1 [...@gnu-6 binutils]$ It is an error, not a warning. -- Summary: Bad objopy error message

[Bug binutils/11128] Test for readelf is failing

2010-01-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-04 13:40 --- Subject: Bug 11128 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2010-01-04 13:39:59 Modified files: binutils : ChangeLog readelf.c Log message:

[Bug binutils/11128] Test for readelf is failing

2010-01-04 Thread dam at opencsw dot org
--- Additional Comments From dam at opencsw dot org 2010-01-04 12:49 --- Now I have more failing tests for "ld". If it helps I can give you an upstream developer account on the OpenCSW buildfarm equipped with all major versions of Solaris, both sparc and x86. === ld t

[Bug binutils/11129] New: Sun Studio compiler doesn't understand -Wno-error and __FUNCTION__

2010-01-04 Thread dam at opencsw dot org
The Sun Studio 11 compiler doesn't understand two idioms used in the binutils source: 1. -Wno-error is not understood This can be fixed by either checking during configure time if the compiler understand -Wno-error or just remove it as shown in this patch: >From 36557d4e77aaca996e7906ec5c9e98

[Bug binutils/11128] Test for readelf is failing

2010-01-04 Thread dam at opencsw dot org
--- Additional Comments From dam at opencsw dot org 2010-01-04 12:34 --- Hi Nick, the patch works fine: # of expected passes54 # of untested testcases 10 # of unsupported tests 2 Thanks! -- What|Removed |Added -

[Bug binutils/11128] Test for readelf is failing

2010-01-04 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-01-04 12:24 --- Hi Dagobert, Please could you try out the uploaded patch and let me know if it works for you. Cheers Nick -- What|Removed |Added

[Bug binutils/11128] Test for readelf is failing

2010-01-04 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-01-04 12:23 --- Created an attachment (id=4490) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4490&action=view) Work around bugs in Sol 8 printf() implementation -- http://sourceware.org/bugzilla/show_bug.cgi?id=1112

[Bug binutils/11123] fails to build on trunk (uninitialized var in opcodes/arm-dis.c)

2010-01-04 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-01-04 10:23 --- Hi Matthias, I do not get this error message, but then I am probably using an older version of gcc to build the binutils than you. Anyway I have checked in the obvious fix to initialise the value variable when

[Bug binutils/11128] New: Test for readelf is failing

2010-01-04 Thread dam at opencsw dot org
Version /home/dam/mgar/pkg/binutils/trunk/work/solaris8-sparc/build-isa-sparcv8/binutils- 2.20/binutils/readelf 2.20 FAIL: readelf -p: missing: .*test_string.* This is the verbose output from runtest -v --tool binutils --srcdir ./testsuite/ Running ./testsuite//binutils-all/readelf.exp ... pid

[Bug binutils/11123] fails to build on trunk (uninitialized var in opcodes/arm-dis.c)

2010-01-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-04 10:18 --- Subject: Bug 11123 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2010-01-04 10:18:32 Modified files: opcodes: ChangeLog arm-dis.c Log message: