Possibly a typo in function prototype

2014-05-05 Thread pbo
Hello I tried to build binutils-2.11.94 with --target=arm-fsl-linux-gnueabi and I got a compilation error: gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.11.94/gas -I. -D_GNU_SOURCE -I. -I../../binutils-2.11.94/gas -I../bfd -I../../binutils-2.11.94/gas/config -I../../binutils-2.11.94/gas/..

[Bug ld/16910] Failed to relocate attributes of debug information when the sym is wrapped

2014-05-05 Thread qiyao at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16910 --- Comment #1 from Yao Qi --- Created attachment 7587 --> https://sourceware.org/bugzilla/attachment.cgi?id=7587&action=edit dwz.S $ cat 1.c int main (void) { return 0; } $ cat 2.c int __wrap_main (void) { __real_main (); return 0

[Bug ld/16910] New: Failed to relocate attributes of debug information when the sym is wrapped

2014-05-05 Thread qiyao at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16910 Bug ID: 16910 Summary: Failed to relocate attributes of debug information when the sym is wrapped Product: binutils Version: 2.25 (HEAD) Status: NEW Severity

[Bug binutils/16893] libopcodes decodes some x86 prefixes incorrectly

2014-05-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=16893 --- Comment #4 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch,

[Bug gas/16908] New: #line directives are ignored inside macros

2014-05-05 Thread cmetcalf at tilera dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16908 Bug ID: 16908 Summary: #line directives are ignored inside macros Product: binutils Version: 2.25 (HEAD) Status: NEW Severity: normal Priority: P2 Component:

[Bug ld/13557] Undef. ref. err. when linking with slim LTO obj. in static lib. (mingw32 target)

2014-05-05 Thread lrn1986 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13557 --- Comment #9 from LRN --- Also, to build a working static library one must use the -s option to `ar', or (preferably) run `ranlib' on the static library (ranlib is preferable, as `ar' from 2.24 may not do the right thing when called with -s,

[Bug binutils/16906] New: crash

2014-05-05 Thread thuanpv at comp dot nus.edu.sg
https://sourceware.org/bugzilla/show_bug.cgi?id=16906 Bug ID: 16906 Summary: crash Product: binutils Version: unspecified Status: NEW Severity: critical Priority: P2 Component: binutils Assignee: unassi