diff options
author | Roland McGrath <mcgrathr@google.com> | 2023-03-29 17:05:32 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@google.com> | 2023-03-29 17:05:32 -0700 |
commit | 94ffdb5959fae751c58c1b49a67c16bf0ce0715d (patch) | |
tree | 5e4255c56989f41b0f7f39c8c83e59310ae4c585 /ld/ld.texi | |
parent | 8f797666d998c31aa0d70190140de5e460e694f9 (diff) | |
download | gdb-94ffdb5959fae751c58c1b49a67c16bf0ce0715d.zip gdb-94ffdb5959fae751c58c1b49a67c16bf0ce0715d.tar.gz gdb-94ffdb5959fae751c58c1b49a67c16bf0ce0715d.tar.bz2 |
Fix typo in ld manual --enable-non-contiguous-regions example
Diffstat (limited to 'ld/ld.texi')
-rw-r--r-- | ld/ld.texi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |