diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-07-20 13:52:50 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-07-20 13:52:50 -0700 |
commit | e1b9d58e85ec5e3f73d1d48e67411386f1ac275c (patch) | |
tree | ba89d6b1bf7a15b889650529231b188e91203ab0 | |
parent | de5dc49e43574742556868f1ba5032cbe1a0cd73 (diff) | |
download | gdb-e1b9d58e85ec5e3f73d1d48e67411386f1ac275c.zip gdb-e1b9d58e85ec5e3f73d1d48e67411386f1ac275c.tar.gz gdb-e1b9d58e85ec5e3f73d1d48e67411386f1ac275c.tar.bz2 |
Correct version for binutils 2.43 NEWS entries.
Change 2.42 to 2.43 for binutils 2.43 NEWS entries.
binutils/
* NEWS: Change 2.42 to 2.43 for 2.43 NEWS entries.
ld/
* NEWS: Change 2.42 to 2.43 for 2.43 NEWS entries.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
-rw-r--r-- | binutils/NEWS | 2 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 95737a6..596d6484 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,6 +1,6 @@ -*- text -*- -Changes in 2.42: +Changes in 2.43: * Readelf now displays RELR relocations in full detail. @@ -1,6 +1,6 @@ -*- text -*- -Changes in 2.42: +Changes in 2.43: * Add -z isa-level-report=[none|all|needed|used] to the x86 ELF linker to report needed and used x86-64 ISA levels. |