[Bug ld/23357] LD debug info cannot be read by valgrind

2018-07-10 Thread fweimer at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23357 Florian Weimer changed: What|Removed |Added CC||fweimer at redhat dot com -- You ar

[Bug gold/23397] New: internal error in emit_relocs_scan gold/reloc.cc:518

2018-07-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23397 Bug ID: 23397 Summary: internal error in emit_relocs_scan gold/reloc.cc:518 Product: binutils Version: 2.32 (HEAD) Status: NEW Severity: normal Priority: P2 C

[Bug ld/23394] Missing plug-in API support

2018-07-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23394 H.J. Lu changed: What|Removed |Added CC||skpgkp1 at gmail dot com -- You are receiv

[Bug ld/23350] multiple prevailing defs for unused variable in lto mode

2018-07-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23350 --- Comment #7 from H.J. Lu --- get_symbols has if (!blhe) { /* The plugin is called to claim symbols in an archive element from plugin_object_p. But those symbols aren't needed to create outpu

[Bug ld/23357] LD debug info cannot be read by valgrind

2018-07-10 Thread doko at debian dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23357 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org -- You are r

[Bug ld/23394] New: Missing plug-in API support

2018-07-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23394 Bug ID: 23394 Summary: Missing plug-in API support Product: binutils Version: 2.32 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld As

[Bug ld/23350] multiple prevailing defs for unused variable in lto mode

2018-07-10 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=23350 --- Comment #6 from Martin Liska --- Sorry for not precise reproducer. I was reducing that from an existing package that normally succeeds w/o LTO. So what about this: $ cat main.i int wrl; int main () { return 0; } $ cat lib.i int wrl;