[COMMITTED] Fix typo in ld manual --enable-non-contiguous-regions example

Message ID CAB=4xhrACo0JzK-VrnJfYoPxZOiwOYA48-OkShYOz26JPQ9YCA@mail.gmail.com
State Accepted
Headers
Series [COMMITTED] Fix typo in ld manual --enable-non-contiguous-regions example |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Roland McGrath March 30, 2023, 12:08 a.m. UTC
  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
  

Patch

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: