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/..
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
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
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,
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:
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,
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