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.
_
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
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
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):
>
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*) }
>
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
https://sourceware.org/bugzilla/show_bug.cgi?id=11539
Ard Biesheuvel changed:
What|Removed |Added
CC||ard.biesheuvel at linaro dot
org
--