diff options
author | Matthias Klose <doko@debian.org> | 2018-02-19 11:56:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-02-19 11:56:53 +0000 |
commit | e535d0ddb3ca97c849bd3dbab997dc756625cc9e (patch) | |
tree | fb9426ff6452247200f693111c16e2449b0fde41 /binutils/ChangeLog | |
parent | b5884fa7101cc528f07fd57c3de445a3680964a6 (diff) | |
download | gdb-e535d0ddb3ca97c849bd3dbab997dc756625cc9e.zip gdb-e535d0ddb3ca97c849bd3dbab997dc756625cc9e.tar.gz gdb-e535d0ddb3ca97c849bd3dbab997dc756625cc9e.tar.bz2 |
Fix mistake in the declaration of the --include-all-whitespace option of the strings utility.
* strings.c (long_options): Include-all-whitespace does not take
an extra agument.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 19b9507..11fe4f8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2018-02-19 Matthias Klose <doko@debian.org> + + * strings.c (long_options): Include-all-whitespace does not take + an extra agument. + 2018-02-13 Alan Modra <amodra@gmail.com> PR 22836 |