aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-11-16 14:14:56 -0800
committerH.J. Lu <hjl.tools@gmail.com>2021-11-17 05:15:48 -0800
commitc9dcc18f8ded97ed7cd1dd64da8c7b37b86f61bb (patch)
tree27dc86ebf37b6e7510cc507a28f0cf28dffbf8f0 /binutils/NEWS
parent65e4a99a26452d99d586f6e5a0c43e24348a5125 (diff)
downloadbinutils-c9dcc18f8ded97ed7cd1dd64da8c7b37b86f61bb.zip
binutils-c9dcc18f8ded97ed7cd1dd64da8c7b37b86f61bb.tar.gz
binutils-c9dcc18f8ded97ed7cd1dd64da8c7b37b86f61bb.tar.bz2
elfedit: Add --output-abiversion option to update ABIVERSION
* NEWS: Mention --output-abiversion. * elfedit.c (input_elf_abiversion): New. (output_elf_abiversion): Likewise. (update_elf_header): Update EI_ABIVERSION. (command_line_switch): Add OPTION_INPUT_ABIVERSION and OPTION_OUTPUT_ABIVERSION. (options): Add --input-abiversion and --output-abiversion. (usage): Likewise. (main): Handle --input-abiversion and --output-abiversion. * doc/binutils.texi: Document --input-abiversion and --output-abiversion. * testsuite/binutils-all/elfedit.exp: Run elfedit-6. * testsuite/binutils-all/elfedit-6.d: New file.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index f388125..6a2eba8 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+* elfedit: Add --output-abiversion option to update ABIVERSION.
+
* Add support for the LoongArch instruction set.
* Tools which display symbols or strings (readelf, strings, nm, objdump)