summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2023-03-29 17:05:32 -0700
committerRoland McGrath <mcgrathr@google.com>2023-03-29 17:05:32 -0700
commit94ffdb5959fae751c58c1b49a67c16bf0ce0715d (patch)
tree5e4255c56989f41b0f7f39c8c83e59310ae4c585 /ld
parent8f797666d998c31aa0d70190140de5e460e694f9 (diff)
downloadbinutils-gdb-94ffdb5959fae751c58c1b49a67c16bf0ce0715d.tar.gz
Fix typo in ld manual --enable-non-contiguous-regions example
Diffstat (limited to 'ld')
-rw-r--r--ld/ld.texi2
1 files changed, 1 insertions, 1 deletions
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: