[binutils-gdb] Fix typo in recent update to the ld/NEWS file

Nick Clifton nickc@sourceware.org
Wed Nov 1 15:51:52 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5fbee060e807fbc317aa265eb7e25d1cf94a4dad

commit 5fbee060e807fbc317aa265eb7e25d1cf94a4dad
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Nov 1 15:51:44 2023 +0000

    Fix typo in recent update to the ld/NEWS file

Diff:
---
 ld/NEWS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/NEWS b/ld/NEWS
index e696bba5501..34a2e14fe1b 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -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


More information about the Binutils-cvs mailing list