addr2line stumbles upon the gap in the elf line information

2014-08-19 Thread Yuri
addr2line produces different address descriptions when addresses ran separately, and in a batch. Here is an example. I supply two addresses to the standard input of this command: addr2line -f -C -e my.elf 0003a39b 0004e4f4 Relevant sections of this elf dump: pc

[Bug binutils/16698] BFD (GNU Binutils) 2.24 assertion fail elf32-arm.c:12387

2014-08-19 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16698 --- Comment #21 from Nick Clifton nickc at redhat dot com --- I am sorry but this bug is just not reproducible with the FSF mainline binutils sources. :-( I can only conclude that the bug must be something to do with whatever patches

[Bug binutils/16698] BFD (GNU Binutils) 2.24 assertion fail elf32-arm.c:12387

2014-08-19 Thread maillist-gdb at barfooze dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16698 --- Comment #22 from maillist-gdb at barfooze dot de --- are you sure you're not using a hardfloat toolchain ? those seem to be immune to the bug. anything else i tested is affected. -- You are receiving this mail because: You are on the CC

[Bug ld/17288] sh64 incremental link does not set flags in ELF header

2014-08-19 Thread dhowells at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17288 --- Comment #3 from David Howells dhowells at redhat dot com --- Using --whole-archive seems to work. + sh64-linux-gnu-ar rcsD wibble.o hello.o + sh64-linux-gnu-ld -EL -mshlelf64 --whole-archive -r -o foo.o wibble.o + sh64-linux-gnu-readelf