diff options
author | Nick Clifton <nickc@redhat.com> | 2010-10-29 08:47:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-10-29 08:47:02 +0000 |
commit | e58bcb8f099ec42b3c905480629d1a49dd38b03f (patch) | |
tree | 9a2d7d0bdc54bfc07183836db568c4af1ce2b70b /binutils/ChangeLog | |
parent | 2e7d562eb6929881e221ea01a0ff3481aa23960d (diff) | |
download | gdb-e58bcb8f099ec42b3c905480629d1a49dd38b03f.zip gdb-e58bcb8f099ec42b3c905480629d1a49dd38b03f.tar.gz gdb-e58bcb8f099ec42b3c905480629d1a49dd38b03f.tar.bz2 |
PR binutils/12058
* ar.c (usage): Revert previous change. Describe how 's' can be
used as a command letter.
* doc/binutils.texi (ar cmdline): Describe how 's' can be used as
a command letter.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7b6db60..13c5fff 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2010-10-29 Nick Clifton <nickc@redhat.com> + + PR binutils/12058 + * ar.c (usage): Revert previous change. Describe how 's' can be + used as a command letter. + * doc/binutils.texi (ar cmdline): Describe how 's' can be used as + a command letter. + 2010-10-29 Bernd Schmidt <bernds@codesourcery.com> Joseph Myers <joseph@codesourcery.com> |