[Bug lto/84579] __gnu_lto_v1 should be removed when linking with -fno-lto
marxin at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jul 22 08:22:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84579
--- Comment #7 from Martin Liška <marxin at gcc dot gnu.org> ---
Ok, I've just installed the patch as r273662.
The tests in binutils are now invalid as they grep for the symbol:
$ cat ld/testsuite/ld-plugin/lto-3r.d
#ld: -r tmpdir/lto-3b.o
#source: dummy.s
#nm: -p
#...
[0-9a-f]+ C _?__gnu_lto_v.*
#pass
I'll fix them.
More information about the Gcc-bugs
mailing list