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/NEWS | |
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/NEWS')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 36f2c05..afcd7c9 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -6,6 +6,8 @@ * Add --update-section option to objcopy. +* Add --output-separator option to strings. + Changes in 2.25: * Add --data option to strings to only print strings in loadable, initialized |