[Bug binutils/18854] assertion fail efd/elf.c:1796 and 1731

2015-08-19 Thread fab...@ritter-vogt.de
https://sourceware.org/bugzilla/show_bug.cgi?id=18854 --- Comment #1 from Fabian Vogt --- Created attachment 8536 --> https://sourceware.org/bugzilla/attachment.cgi?id=8536&action=edit Causes another assertion fail -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/18854] New: assertion fail efd/elf.c:1796 and 1731

2015-08-19 Thread fab...@ritter-vogt.de
https://sourceware.org/bugzilla/show_bug.cgi?id=18854 Bug ID: 18854 Summary: assertion fail efd/elf.c:1796 and 1731 Product: binutils Version: 2.25 Status: NEW Severity: normal Priority: P2 Component: binutils

[Bug gold/18847] Gold: Address of section moves backward when aligned.

2015-08-19 Thread johan.karlsson at enea dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18847 --- Comment #2 from Johan Karlsson --- Created attachment 8534 --> https://sourceware.org/bugzilla/attachment.cgi?id=8534&action=edit Linker script I was able to reproduce it easily with my toolchain, but when I tried the toolchain on my lo

[Bug gold/18837] gold does not handle linker-scripts with inputs

2015-08-19 Thread rguenther at suse dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18837 --- Comment #5 from rguenther at suse dot de --- On Wed, 19 Aug 2015, ccoutant at gmail dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=18837 > > --- Comment #4 from Cary Coutant --- > > I see. So I'm trying (same input): >

[Bug gold/18837] gold does not handle linker-scripts with inputs

2015-08-19 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18837 --- Comment #4 from Cary Coutant --- > I see. So I'm trying (same input): > > SECTIONS { > .debug_info 0 : { *(.gnu.lto_.debug_info*) } > .debug_abbrev 0 : { *(.gnu.lto_.debug_abbrev*) } > .debug_str 0 : { *(.gnu.lto_.debug_str*) } >

[Bug gold/18845] Using emit-relocs and icf ends in assert fail.

2015-08-19 Thread johan.karlsson at enea dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18845 --- Comment #2 from Johan Karlsson --- Right now there is a check for the -r/--gc-section/--icf combination in queue_initial_tasks(), however I think I saw a PR about it generating lots of error afterwards. Can't find it though. I don't think

[Bug ld/11539] ld --gc-sections should work for PE-COFF on MinGW

2015-08-19 Thread ard.biesheuvel at linaro dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=11539 Ard Biesheuvel changed: What|Removed |Added CC||ard.biesheuvel at linaro dot org --