aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-11-06 06:04:32 -0800
committerH.J. Lu <hjl.tools@gmail.com>2020-11-06 06:04:41 -0800
commit9c905051aaa48bd07f243c1ed502fc88dbf1f3bb (patch)
treed5531a71c430c19ff0c0ccc3134586843008d65e /binutils/ChangeLog
parentaf1bd771fc1e719df4c834f9f2d12b879a9de712 (diff)
downloadgdb-9c905051aaa48bd07f243c1ed502fc88dbf1f3bb.zip
gdb-9c905051aaa48bd07f243c1ed502fc88dbf1f3bb.tar.gz
gdb-9c905051aaa48bd07f243c1ed502fc88dbf1f3bb.tar.bz2
elfedit: Update help message
Update elfedit message to $ elfedit --help Usage: elfedit <option(s)> elffile(s) Update the ELF header of ELF files The options are: --input-mach [none|i386|iamcu|l1om|k1om|x86_64] Set input machine type --output-mach [none|i386|iamcu|l1om|k1om|x86_64] Set output machine type --input-type [none|rel|exec|dyn] Set input file type --output-type [none|rel|exec|dyn] Set output file type --input-osabi [none|HPUX|NetBSD|GNU|Linux|Solaris|AIX|Irix|FreeBSD|TRU64|Modesto|OpenBSD|OpenVMS|NSK|AROS|FenixOS] Set input OSABI --output-osabi [none|HPUX|NetBSD|GNU|Linux|Solaris|AIX|Irix|FreeBSD|TRU64|Modesto|OpenBSD|OpenVMS|NSK|AROS|FenixOS] Set output OSABI --enable-x86-feature [ibt|shstk] Enable x86 feature --disable-x86-feature [ibt|shstk] Disable x86 feature -h --help Display this information -v --version Display the version number of elfedit Report bugs to <http://www.sourceware.org/bugzilla/> * elfedit.c: Include "libiberty.h". (usage): Update help message.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3d6732f..2aa6a32 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2020-11-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ * elfedit.c: Include "libiberty.h".
+ (usage): Update help message.
+
2020-11-03 Howard Chu <hyc@symas.com>
* ar.c (long_options): Add --record-libdeps.