|
From: | hjl.tools at gmail dot com |
Subject: | [Bug ld/19317] plugin needed to handle lto object should not be output for plugin generated files when doing incremental link |
Date: | Thu, 10 Dec 2015 00:53:43 +0000 |
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: address@hidden bin]$ cat /tmp/x.c #include <stdio.h> int main () { printf ("hello\n"); return 0; } address@hidden bin]$ gcc -flto -c /tmp/x.c address@hidden bin]$ ld.bfd -r x.o -o reloc.o ld.bfd: x.o: plugin needed to handle lto object address@hidden bin]$ ld.gold -r x.o -o reloc.o x.o: plugin needed to handle lto object address@hidden bin]$ -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |