Fix typo in recent update to the ld/NEWS file
This commit is contained in:
parent
85921e9a25
commit
5fbee060e8
1 changed files with 2 additions and 2 deletions
4
ld/NEWS
4
ld/NEWS
|
@ -13,8 +13,8 @@ Changes in 2.41:
|
||||||
local symbols in a linker map. (ELF targets only).
|
local symbols in a linker map. (ELF targets only).
|
||||||
|
|
||||||
* A new linker script sorting directive has been added: REVERSE. This reverses
|
* A new linker script sorting directive has been added: REVERSE. This reverses
|
||||||
the order of the sorting. It be combined with either SORT_BY_INIT_PRIORITY
|
the order of the sorting. It may be combined with either SORT_BY_NAME or
|
||||||
or SORT_BY_NAME.
|
SORT_BY_INIT_PRIORITY.
|
||||||
|
|
||||||
* For most ELF based targets, if the --enable-linker-version option is used
|
* For most ELF based targets, if the --enable-linker-version option is used
|
||||||
then the version of the linker will be inserted as a string into the .comment
|
then the version of the linker will be inserted as a string into the .comment
|
||||||
|
|
Loading…
Add table
Reference in a new issue