From 93cda40b4cbef77a45e678f8d8919da18f7d011c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 12 Apr 2023 09:54:48 +0100 Subject: Fix typos in the linker's documentation of the --enable-non-contiguous-regions option. --- ld/ld.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ld/ld.texi') diff --git a/ld/ld.texi b/ld/ld.texi index fe4ec82..1f0478b 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -489,9 +489,9 @@ sections are evaluated does not change, for instance: @smallexample MEMORY @{ - MEM1 (rwx) : ORIGIN : 0x1000, LENGTH = 0x14 - MEM2 (rwx) : ORIGIN : 0x1000, LENGTH = 0x40 - MEM3 (rwx) : ORIGIN : 0x2000, LENGTH = 0x40 + MEM1 (rwx) : ORIGIN = 0x1000, LENGTH = 0x14 + MEM2 (rwx) : ORIGIN = 0x1000, LENGTH = 0x40 + MEM3 (rwx) : ORIGIN = 0x2000, LENGTH = 0x40 @} SECTIONS @{ mem1 : @{ *(.data.*); @} > MEM1 -- cgit v1.1