projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f79766
)
Fix typo in ld manual --enable-non-contiguous-regions example
author
Roland McGrath
<mcgrathr@google.com>
Thu, 30 Mar 2023 00:05:32 +0000
(17:05 -0700)
committer
Roland McGrath
<mcgrathr@google.com>
Thu, 30 Mar 2023 00:05:32 +0000
(17:05 -0700)
ld/ld.texi
patch
|
blob
|
history
diff --git
a/ld/ld.texi
b/ld/ld.texi
index 736563e1e3ee73e83c264643a0571bab4f3aaca7..fe4ec82d673b3efc0b410d8b7f4181c8822d4422 100644
(file)
--- 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.*); @} > MEM
2
+ mem3 : @{ *(.data.*); @} > MEM
3
@}
with input sections: