aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texi
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2019-04-25 07:53:46 -0700
committerH.J. Lu <hjl.tools@gmail.com>2019-04-25 07:54:00 -0700
commit6fe014bcd33686cb75e6355f9c36ce483a64ec62 (patch)
treed1ff965badb244f102cee2bb1f3f9e6df38c84e5 /ld/ld.texi
parent723adb650a31859d7cc45832cb8adca0206455ed (diff)
downloadfsf-binutils-gdb-6fe014bcd33686cb75e6355f9c36ce483a64ec62.zip
fsf-binutils-gdb-6fe014bcd33686cb75e6355f9c36ce483a64ec62.tar.gz
fsf-binutils-gdb-6fe014bcd33686cb75e6355f9c36ce483a64ec62.tar.bz2
LTO: Properly handle wrapper symbols in IR
When a wrapper symbol, __wrap_FOO, is defined in IR, its resolution should be LDPR_PREVAILING_DEF, not PREVAILING_DEF_IRONLY, since LTO doesn't know that __wrap_FOO provides definition of FOO. And resolution of FOO should be LDPR_RESOLVED_IR since it is resolved by __wrap_FOO in IR. PR ld/24406 * ld.texi: Remove LTO warning from --wrap. * plugin.c (get_symbols): Update resolution for wrapper and wrapped symbols. * testsuite/ld-plugin/lto.exp: Run ld/24406 tests. * testsuite/ld-plugin/pr24406-1.c: New file. * testsuite/ld-plugin/pr24406-2a.c: Likewise. * testsuite/ld-plugin/pr24406-2b.c: Likewise.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r--ld/ld.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index 20140bc..41e9593 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -2438,9 +2438,6 @@ g (void)
@}
@end smallexample
-Please keep in mind that with link-time optimization (LTO) enabled, your whole
-program may be a translation unit.
-
@kindex --eh-frame-hdr
@kindex --no-eh-frame-hdr
@item --eh-frame-hdr