https://sourceware.org/bugzilla/show_bug.cgi?id=19317
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |2.27 (HEAD)
--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
A simple testcase with GCC 5:
[hjl@gnu-6 bin]$ cat /tmp/x.c
#include <stdio.h>
int
main ()
{
printf ("hello\n");
return 0;
}
[hjl@gnu-6 bin]$ gcc -flto -c /tmp/x.c
[hjl@gnu-6 bin]$ ld.bfd -r x.o -o reloc.o
ld.bfd: x.o: plugin needed to handle lto object
[hjl@gnu-6 bin]$ ld.gold -r x.o -o reloc.o
x.o: plugin needed to handle lto object
[hjl@gnu-6 bin]$
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils