aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-05-30 16:12:18 +0100
committerNick Clifton <nickc@redhat.com>2023-05-30 16:12:18 +0100
commit35f8b0595f70b7ea644fd38c1c14eeaa9a01430c (patch)
treed28832c42fa960c74f0e242287980d73fab2eecb
parent10d6a2b1a0e5feff19c165d0a8b7eb47d971c656 (diff)
downloadgdb-35f8b0595f70b7ea644fd38c1c14eeaa9a01430c.zip
gdb-35f8b0595f70b7ea644fd38c1c14eeaa9a01430c.tar.gz
gdb-35f8b0595f70b7ea644fd38c1c14eeaa9a01430c.tar.bz2
Slight wording improvement for the -Ur documentation
-rw-r--r--ld/ld.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index 894ed99..5639de7 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -1147,10 +1147,11 @@ input to @command{ld}. For other binaries however the @option{-Ur}
option is similar to @option{-r} but it also resolves references to
constructors and destructors.
-It does not work to use @option{-Ur} on files that were themselves
-linked with @option{-Ur}; once the constructor table has been built,
-it cannot be added to. Use @option{-Ur} only for the last partial
-link, and @option{-r} for the others.
+For those systems where @option{-r} and @option{-Ur} behave
+differently, it does not work to use @option{-Ur} on files that were
+themselves linked with @option{-Ur}; once the constructor table has
+been built, it cannot be added to. Use @option{-Ur} only for the last
+partial link, and @option{-r} for the others.
@kindex --orphan-handling=@var{MODE}
@cindex orphan sections