Fix typos in the linker's documentation of the --enable-non-contiguous-regions option.

This commit is contained in:
Nick Clifton
2023-04-12 09:54:48 +01:00
parent 93c6e8c3c1
commit 93cda40b4c
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2023-04-12 Nick Clifton <nickc@redhat.com>
* ld.texi (--enable-non-contiguous-regions): Fix typos in script
example.
2023-03-15 Nick Clifton <nickc@redhat.com> 2023-03-15 Nick Clifton <nickc@redhat.com>
PR 30187 PR 30187

View File

@@ -489,9 +489,9 @@ sections are evaluated does not change, for instance:
@smallexample @smallexample
MEMORY @{ MEMORY @{
MEM1 (rwx) : ORIGIN : 0x1000, LENGTH = 0x14 MEM1 (rwx) : ORIGIN = 0x1000, LENGTH = 0x14
MEM2 (rwx) : ORIGIN : 0x1000, LENGTH = 0x40 MEM2 (rwx) : ORIGIN = 0x1000, LENGTH = 0x40
MEM3 (rwx) : ORIGIN : 0x2000, LENGTH = 0x40 MEM3 (rwx) : ORIGIN = 0x2000, LENGTH = 0x40
@} @}
SECTIONS @{ SECTIONS @{
mem1 : @{ *(.data.*); @} > MEM1 mem1 : @{ *(.data.*); @} > MEM1