diff options
author | Nick Clifton <nickc@redhat.com> | 2023-07-03 11:12:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-07-03 11:12:15 +0100 |
commit | d501d384886673b7c3981fe225b2d7719440abda (patch) | |
tree | 7cc94b32897b41b6aa1e5cef764a93a57fb4e9bb /ld | |
parent | 3863e5e491a63764d3f2a8d761815758edb0dc9a (diff) | |
download | gdb-d501d384886673b7c3981fe225b2d7719440abda.zip gdb-d501d384886673b7c3981fe225b2d7719440abda.tar.gz gdb-d501d384886673b7c3981fe225b2d7719440abda.tar.bz2 |
Add markers for the 2.41 branch
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 084c96d..1db670c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2023-07-03 Nick Clifton <nickc@redhat.com> + + 2.41 Branch Point. + 2023-06-28 Nikita Popov <npopov@redhat.com> Nick Clifton <nickc@redhat.com> @@ -1,5 +1,7 @@ -*- text -*- +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 |