]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Slight wording improvement for the -Ur documentation
authorNick Clifton <nickc@redhat.com>
Tue, 30 May 2023 15:12:18 +0000 (16:12 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 30 May 2023 15:12:18 +0000 (16:12 +0100)
ld/ld.texi

index 894ed99c26debfdb51fd72f609fcf5cdeb075f60..5639de797de39cd66010622b49af256e4471a02d 100644 (file)
@@ -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