From a73c0d9b228cb11d4dd9c045c692229ff6b7b06a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 10 Nov 2023 10:21:34 +0000 Subject: [PATCH] Move new features above the 'Changes in 2.41' comment --- ld/NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ld/NEWS b/ld/NEWS index 34a2e14fe1b..73eb253b798 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 = to relace any input file that matches with . In addition the option --remap-inputs-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. -- 2.30.2