[Bug gas/10801] Trivial build failure in gas, tc-arm.c

2009-10-17 Thread zkrynicki at gmail dot com
--- Additional Comments From zkrynicki at gmail dot com 2009-10-18 03:44 --- Created an attachment (id=4299) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4299&action=view) Fix for this issue -- http://sourceware.org/bugzilla/show_bug.cgi?id=10801 --- You are receiving

[Bug gas/10801] New: Trivial build failure in gas, tc-arm.c

2009-10-17 Thread zkrynicki at gmail dot com
Binutils fails to build for arm-none-eabi due to gcc warning and -Werror. diff -Naur binutils-2.20.orig/gas/config/tc-arm.c binutils-2.20/gas/config/tc-arm.c --- binutils-2.20.orig/gas/config/tc-arm.c 2009-08-30 07:10:59.0 +0900 +++ binutils-2.20/gas/config/tc-arm.c 2009-10-18 12:

[Bug binutils/10798] New: variable declare inside code block in binutils/dlltool.c

2009-10-17 Thread jerker dot back at gmail dot com
variable declared inside code block. Not all compilers are happy about it === RCS file: /cvs/src/src/binutils/dlltool.c,v retrieving revision 1.93 diff -w -b -B -u -p -r1.93 dlltool.c --- dlltool.c 4 Sep 2009 01:22:18 - 1.

[Bug binutils/9933] `strip --strip-unneeded` strips common symbols from relocatable objects

2009-10-17 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-17 07:15 --- The fix doesn't work on aout because EXEC_P is set for the bfd flags on your object file, thus "relocatable" in objcopy.c:filter_symbols is not set. EXEC_P is set incorrectly at bfd/aoutx.h:633, and it's