forked from Imagelibrary/binutils-gdb
Fix typos in the linker's documentation of the --enable-non-contiguous-regions option.
This commit is contained in:
@@ -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>
|
||||
|
||||
PR 30187
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user