From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2144) id 96C8D3858D3C; Thu, 30 Mar 2023 00:06:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96C8D3858D3C Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Roland McGrath To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Fix typo in ld manual --enable-non-contiguous-regions example X-Act-Checkin: binutils-gdb X-Git-Author: Roland McGrath X-Git-Refname: refs/heads/master X-Git-Oldrev: 8f797666d998c31aa0d70190140de5e460e694f9 X-Git-Newrev: 94ffdb5959fae751c58c1b49a67c16bf0ce0715d Message-Id: <20230330000657.96C8D3858D3C@sourceware.org> Date: Thu, 30 Mar 2023 00:06:57 +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: Thu, 30 Mar 2023 00:06:57 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D94ffdb5959fa= e751c58c1b49a67c16bf0ce0715d commit 94ffdb5959fae751c58c1b49a67c16bf0ce0715d Author: Roland McGrath Date: Wed Mar 29 17:05:32 2023 -0700 Fix typo in ld manual --enable-non-contiguous-regions example Diff: --- ld/ld.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/ld.texi b/ld/ld.texi index 736563e1e3e..fe4ec82d673 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -496,7 +496,7 @@ sections are evaluated does not change, for instance: SECTIONS @{ mem1 : @{ *(.data.*); @} > MEM1 mem2 : @{ *(.data.*); @} > MEM2 - mem3 : @{ *(.data.*); @} > MEM2 + mem3 : @{ *(.data.*); @} > MEM3 @} =20 with input sections: