diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-12-29 10:37:24 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-12-29 10:37:24 -0800 |
commit | 2e635a01574d001fd26e8b23778d63b818f958ce (patch) | |
tree | 5604e3e89067aca0c1e2584afccce401c16633ac /binutils/ChangeLog | |
parent | 6596a5d4f605c2fc0963074a5eee4197938d02bb (diff) | |
download | gdb-2e635a01574d001fd26e8b23778d63b818f958ce.zip gdb-2e635a01574d001fd26e8b23778d63b818f958ce.tar.gz gdb-2e635a01574d001fd26e8b23778d63b818f958ce.tar.bz2 |
elfedit: Pass osabi to reconcat
Pass osabi to reconcat to get
Usage: elfedit <option(s)> elffile(s)
...
--input-osabi [none|HPUX|NetBSD|GNU|Linux|Solaris|AIX|Irix|FreeBSD|TRU64|Modesto|OpenBSD|OpenVMS|NSK|AROS|FenixOS]
Set input OSABI
instead of
--input-osabi [|FenixOS]
Set input OSABI
* elfedit (usage): Pass osabi to reconcat.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bd087e5..9bbe1fe 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2020-12-29 H.J. Lu <hongjiu.lu@intel.com> + + * elfedit (usage): Pass osabi to reconcat. + 2020-12-28 H.J. Lu <hongjiu.lu@intel.com> * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Pass |