From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 944293858D28; Tue, 30 May 2023 15:12:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 944293858D28 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Slight wording improvement for the -Ur documentation X-Act-Checkin: binutils-gdb X-Git-Author: Nick Clifton X-Git-Refname: refs/heads/master X-Git-Oldrev: 10d6a2b1a0e5feff19c165d0a8b7eb47d971c656 X-Git-Newrev: 35f8b0595f70b7ea644fd38c1c14eeaa9a01430c Message-Id: <20230530151242.944293858D28@sourceware.org> Date: Tue, 30 May 2023 15:12:42 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2023 15:12:42 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D35f8b0595f70= b7ea644fd38c1c14eeaa9a01430c commit 35f8b0595f70b7ea644fd38c1c14eeaa9a01430c Author: Nick Clifton Date: Tue May 30 16:12:18 2023 +0100 Slight wording improvement for the -Ur documentation Diff: --- ld/ld.texi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ld/ld.texi b/ld/ld.texi index 894ed99c26d..5639de797de 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. =20 -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. =20 @kindex --orphan-handling=3D@var{MODE} @cindex orphan sections