From: Roland McGrath Date: Thu, 30 Mar 2023 00:05:32 +0000 (-0700) Subject: Fix typo in ld manual --enable-non-contiguous-regions example X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94ffdb5959fae751c58c1b49a67c16bf0ce0715d;p=binutils-gdb.git 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: