[Bug gold/17735] gold doesn't set ELFOSABI_GNU for IFUNC nor STB_GNU_UNIQUE

2014-12-19 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17735 H.J. Lu changed: What|Removed |Added Summary|gold doesn't set|gold doesn't set |ELFOSAB

[Bug gold/17735] New: gold doesn't set ELFOSABI_GNU for IFUNC

2014-12-19 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17735 Bug ID: 17735 Summary: gold doesn't set ELFOSABI_GNU for IFUNC Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gol

[Bug gold/17731] ld: internal error in set_section_addresses, at script-sections.cc:2491

2014-12-19 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 Cary Coutant changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1 from Cary Cout

[Bug gold/17731] ld: internal error in set_section_addresses, at script-sections.cc:2491

2014-12-19 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 --- Comment #2 from Markus Trippelsdorf --- Created attachment 8021 --> https://sourceware.org/bugzilla/attachment.cgi?id=8021&action=edit testcase -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug ld/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-12-19 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 --- Comment #12 from dimitry --- and yes; there is no .bss section when I use ld directly.. so is this gcc bug then? -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-12-19 Thread dimitry at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 --- Comment #11 from dimitry --- (In reply to H.J. Lu from comment #10) > Use "ld --gc-sections -shared" directly. You will see there is no > .bss section at all. The .bss section you see comes from other > input files added by GCC driver.

[Bug gold/17731] New: ld: internal error in set_section_addresses, at script-sections.cc:2491

2014-12-19 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17731 Bug ID: 17731 Summary: ld: internal error in set_section_addresses, at script-sections.cc:2491 Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: n

[Bug ld/17615] aarch64: ld.bfd generates SHN_ABS instead of SHN_UNDEF

2014-12-19 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17615 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #10