aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-11-10 10:21:34 +0000
committerNick Clifton <nickc@redhat.com>2023-11-10 10:21:34 +0000
commita73c0d9b228cb11d4dd9c045c692229ff6b7b06a (patch)
tree1702c1885362359a64ca1186d6a51d7c76c1e9a2
parent98712e137edb0bf33acd3bf716a160d16f600c35 (diff)
downloadgdb-a73c0d9b228cb11d4dd9c045c692229ff6b7b06a.zip
gdb-a73c0d9b228cb11d4dd9c045c692229ff6b7b06a.tar.gz
gdb-a73c0d9b228cb11d4dd9c045c692229ff6b7b06a.tar.bz2
Move new features above the 'Changes in 2.41' comment
-rw-r--r--ld/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 34a2e14..73eb253 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,9 +1,13 @@
-*- text -*-
-Changes in 2.41:
-
* Add support for the KVX instruction set.
+* A new linker script sorting directive has been added: REVERSE. This reverses
+ the order of the sorting. It may be combined with either SORT_BY_NAME or
+ SORT_BY_INIT_PRIORITY.
+
+Changes in 2.41:
+
* The linker now accepts a command line option of --remap-inputs
<PATTERN>=<FILE> to relace any input file that matches <PATTERN> with
<FILE>. In addition the option --remap-inputs-file=<FILE> can be used to
@@ -12,10 +16,6 @@ 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 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
section.