diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-07-12 19:52:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-07-12 19:52:17 +0000 |
commit | 86d65c94b28348d0f70a9bac843ae3b2d4f43b85 (patch) | |
tree | 8a1128f16ccc597c836799e1efa49e32af55b8d5 /binutils/ChangeLog | |
parent | e67f03db5baec45164b177cc6396b367fa6b15ff (diff) | |
download | gdb-86d65c94b28348d0f70a9bac843ae3b2d4f43b85.zip gdb-86d65c94b28348d0f70a9bac843ae3b2d4f43b85.tar.gz gdb-86d65c94b28348d0f70a9bac843ae3b2d4f43b85.tar.bz2 |
* objdump.c (usage): Make output of `objdump --help' more
consistent with the rest of the GNU world. Add a line describing
the purpose of the program.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index abbda4f..c31804d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2000-07-11 Mark Kettenis <kettenis@gnu.org> + + * objdump.c (usage): Make output of `objdump --help' more + consistent with the rest of the GNU world. Add a line describing + the purpose of the program. + 2000-07-10 David Huggins-Daines <dhd@linuxcare.com> * stabs.c (parse_stab_range_type): Cast to proper type to fix |