diff options
author | Nick Clifton <nickc@redhat.com> | 2023-11-01 15:51:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-11-01 15:51:44 +0000 |
commit | 5fbee060e807fbc317aa265eb7e25d1cf94a4dad (patch) | |
tree | 3285d007d5dce1e26c02985c853ce6764517f24e /ld | |
parent | 85921e9a2588bf4820b827fc1630f5d7da22cb1c (diff) | |
download | gdb-5fbee060e807fbc317aa265eb7e25d1cf94a4dad.zip gdb-5fbee060e807fbc317aa265eb7e25d1cf94a4dad.tar.gz gdb-5fbee060e807fbc317aa265eb7e25d1cf94a4dad.tar.bz2 |
Fix typo in recent update to the ld/NEWS file
Diffstat (limited to 'ld')
-rw-r--r-- | ld/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ Changes in 2.41: local symbols in a linker map. (ELF targets only). * 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 - or SORT_BY_NAME. + the order of the sorting. It may be combined with either SORT_BY_NAME or + SORT_BY_INIT_PRIORITY. * 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 |