From 94ffdb5959fae751c58c1b49a67c16bf0ce0715d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 29 Mar 2023 17:05:32 -0700 Subject: Fix typo in ld manual --enable-non-contiguous-regions example --- ld/ld.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld') 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: -- cgit v1.2.1