diff options
author | Erik Akermann <kurterikackermann@gmail.com> | 2014-06-26 14:10:48 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-06-26 14:10:48 +0100 |
commit | 334ac421efca80df2f95960d917ea9cb5823fb18 (patch) | |
tree | 5679a0e87e882c3e3b0e36aaff9a831b4769ca5b /binutils/NEWS | |
parent | 6ddf779d8ed3d9411976716e2b617c2aa1b9c6c6 (diff) | |
download | gdb-334ac421efca80df2f95960d917ea9cb5823fb18.zip gdb-334ac421efca80df2f95960d917ea9cb5823fb18.tar.gz gdb-334ac421efca80df2f95960d917ea9cb5823fb18.tar.bz2 |
This adds the ability to the strings program to display strings that contain \n and \r characters.
* strings.c: Add -w/--include-all-whitespace option to include any
whitespace character in the displayed strings.
* NEWS: Mention the new feature.
* doc/binutils.texi (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 8ca7a9c..60fcdb1 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +* Add --include-all-whitespace to strings. + * Add --dump-section option to objcopy. * Add support for the Andes NDS32. |