diff options
author | Nick Clifton <nickc@redhat.com> | 2024-07-20 12:43:19 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-07-20 12:43:19 +0100 |
commit | b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4 (patch) | |
tree | 408b2dc31a3e1a1282daf5509669f43c35944dd2 /ld | |
parent | 237c05a65fea828bb46a7209638b26b665d3d781 (diff) | |
download | gdb-b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4.zip gdb-b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4.tar.gz gdb-b33c4f8f828e168d96b60d4ac828fdc19c8cdcb4.tar.bz2 |
Add markers for 2.43 branch/release
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 ab88170..55c8d77 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2024-07-20 Nick Clifton <nickc@redhat.com> + + * 2.43 branch point. + 2024-01-15 Nick Clifton <nickc@redhat.com> * configure: Regenerate. @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.42: + * Add -z isa-level-report=[none|all|needed|used] to the x86 ELF linker to report needed and used x86-64 ISA levels. |