https://sourceware.org/bugzilla/show_bug.cgi?id=23357
Florian Weimer changed:
What|Removed |Added
CC||fweimer at redhat dot com
--
You ar
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
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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=23357
Matthias Klose changed:
What|Removed |Added
CC||doko at debian dot org
--
You are r
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
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;