diff options
author | Alan Modra <amodra@gmail.com> | 2021-05-27 10:21:59 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-05-29 20:59:27 +0930 |
commit | d6249f5f1cfc5c37bf026a90a031e8c6463f169b (patch) | |
tree | c3f50f1e3b068ed9669239859b15a61e53313fd6 /binutils/ChangeLog | |
parent | f006d9e205f729aad48c0876eb8cd8feb70a6972 (diff) | |
download | gdb-d6249f5f1cfc5c37bf026a90a031e8c6463f169b.zip gdb-d6249f5f1cfc5c37bf026a90a031e8c6463f169b.tar.gz gdb-d6249f5f1cfc5c37bf026a90a031e8c6463f169b.tar.bz2 |
readelf and objdump help
Splitting up help strings makes it more likely that at least some of
the help translation survives adding new options.
* readelf.c (parse_args): Call dwarf_select_sections_all on
--debug-dump without optarg.
(usage): Associate -w and --debug-dump options closely.
Split up help message. Remove extraneous blank lines around
ctf help.
* objdump.c (usage): Similarly.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a0f77e9..cd7bd6e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2021-05-29 Alan Modra <amodra@gmail.com> + + * readelf.c (parse_args): Call dwarf_select_sections_all on + --debug-dump without optarg. + (usage): Associate -w and --debug-dump options closely. + Split up help message. Remove extraneous blank lines around + ctf help. + * objdump.c (usage): Similarly. + 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk> * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Correct CFC0 |