diff options
author | Nick Clifton <nickc@redhat.com> | 2009-04-01 14:57:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-04-01 14:57:11 +0000 |
commit | ffbe5983cb2ae6b46f3e50d30f54309bf7fe7012 (patch) | |
tree | 8d49a813fc7bff00ae548ec71430eb3d3f42b3d4 /binutils/ChangeLog | |
parent | e7495e4595478f4547f3d2b0647514ae4221a692 (diff) | |
download | gdb-ffbe5983cb2ae6b46f3e50d30f54309bf7fe7012.zip gdb-ffbe5983cb2ae6b46f3e50d30f54309bf7fe7012.tar.gz gdb-ffbe5983cb2ae6b46f3e50d30f54309bf7fe7012.tar.bz2 |
PR 9972
* doc/binutils.texi (strings): Document the -V alias for the
--version option.
* strings.c (usage): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2c709dd..fb7bb7f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2009-04-01 Jari Aalto <jari.aalto@cante.net> + + PR 9972 + * doc/binutils.texi (strings): Document the -V alias for the + --version option. + * strings.c (usage): Likewise. + 2009-03-31 Nick Clifton <nickc@redhat.com> PR 9992 |