Fix typo in ld manual --enable-non-contiguous-regions example

This commit is contained in:
Roland McGrath
2023-03-29 17:05:32 -07:00
parent 8f797666d9
commit 94ffdb5959

View File

@@ -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: