]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/NEWS
ld: Support input section description keyword: REVERSE
[thirdparty/binutils-gdb.git] / ld / NEWS
diff --git a/ld/NEWS b/ld/NEWS
index 4b990c755f4d2b785de5cf5ad5344c0973aad067..e696bba550116d4e2f96af7a696a8389b8d75ffd 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -12,6 +12,10 @@ Changes in 2.41:
 * The linker command line option --print-map-locals can be used to include
   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.
+
 * 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
   section.