public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED PATCH] Fix typo in ld manual --enable-non-contiguous-regions example
@ 2023-03-30  0:08 Roland McGrath
  0 siblings, 0 replies; only message in thread
From: Roland McGrath @ 2023-03-30  0:08 UTC (permalink / raw)
  To: Binutils

Committed to trunk as obvious.

Thanks,
Roland


commit 94ffdb5959fae751c58c1b49a67c16bf0ce0715d (HEAD -> master)
Author: Roland McGrath <mcgrathr@google.com>
Date:   Wed Mar 29 17:05:32 2023 -0700

    Fix typo in ld manual --enable-non-contiguous-regions example

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
   @}

   with input sections:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-30  0:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30  0:08 [COMMITTED PATCH] Fix typo in ld manual --enable-non-contiguous-regions example Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).