http://sourceware.org/bugzilla/show_bug.cgi?id=12983
Summary: nm --line-numbers reports internal error with
compressed debug sections
Product: binutils
Version: 2.22 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: binutils
AssignedTo: [email protected]
ReportedBy: [email protected]
$ cat foo.c
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}
$ gcc -c -g -Wa,--compress-debug-sections foo.c
$ nm --line-numbers foo.o
0000000000000000 T mainBFD: BFD (GNU Binutils) 2.21.52.20110706 internal error,
aborting at ../../src/bfd/reloc.c line 6190 in
bfd_generic_get_relocated_section_contents
BFD: Please report this bug.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils