diff options
author | 2024-07-20 13:52:50 -0700 | |
---|---|---|
committer | 2024-07-20 13:52:50 -0700 | |
commit | e1b9d58e85ec5e3f73d1d48e67411386f1ac275c (patch) | |
tree | ba89d6b1bf7a15b889650529231b188e91203ab0 /ld | |
parent | gdb: remove tracepoint_probe_create_sals_from_location_spec (diff) | |
download | binutils-gdb-e1b9d58e85ec5e3f73d1d48e67411386f1ac275c.tar.gz binutils-gdb-e1b9d58e85ec5e3f73d1d48e67411386f1ac275c.tar.bz2 binutils-gdb-e1b9d58e85ec5e3f73d1d48e67411386f1ac275c.zip |
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>
Diffstat (limited to 'ld')
-rw-r--r-- | ld/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |