diff options
author | Erik Ackermann <kurterikackermann@gmail.com> | 2015-09-10 09:29:13 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-09-10 09:29:13 +0100 |
commit | 55edd97b4b2fb373e7895c449ff439efb6de1509 (patch) | |
tree | d8a4301add54a7923b043c059eb823749c0c0bf3 /binutils/ChangeLog | |
parent | 3f263e4b5a20fb8c1818306c845564b2aea0fe50 (diff) | |
download | gdb-55edd97b4b2fb373e7895c449ff439efb6de1509.zip gdb-55edd97b4b2fb373e7895c449ff439efb6de1509.tar.gz gdb-55edd97b4b2fb373e7895c449ff439efb6de1509.tar.bz2 |
Adds an option to the strings program to specify a separator between the emitted pieces of text.
* strings.c: Add -s/--output-separator option to specify custom
separator string.
* NEWS: Mention the new feature.
* doc/binutils.text (strings): Document the new command line
option.
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 ba6c0c8..1e1ccd4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2015-09-10 Erik Ackermann <kurterikackermann@gmail.com> + + * strings.c: Add -s/--output-separator option to specify custom + separator string. + * NEWS: Mention the new feature. + * doc/binutils.text (strings): Document the new command line + option. + 2015-09-09 Nick Clifton <nickc@redhat.com> * doc/binutils.texi (ar): Remove bogus sentance concerning thin |