diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-25 15:26:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-25 15:26:54 +0000 |
commit | 5f0570473ab7a16f0faa2b83eeb77f5597c43644 (patch) | |
tree | ee2ac67373b25c53109bac092d5abd0ab10e2003 /binutils/binutils.texi | |
parent | 636414911eb9a40e3874490f7a95247787476eea (diff) | |
download | gdb-5f0570473ab7a16f0faa2b83eeb77f5597c43644.zip gdb-5f0570473ab7a16f0faa2b83eeb77f5597c43644.tar.gz gdb-5f0570473ab7a16f0faa2b83eeb77f5597c43644.tar.bz2 |
* strings.c (DATA_FLAGS): Remove SEC_DATA.
(main): If no file names are given, scan standard input.
* binutils.texi, strings.1: strings now scans non-data sections by
default.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index ac9a91f..c2f0404 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1280,8 +1280,8 @@ For each @var{file} given, GNU @code{strings} prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by a NUL or newline character. By default, it only prints the strings from the initialized -data sections of object files; for other types of files, it prints the -strings from the whole file. +and loaded sections of object files; for other types of files, it prints +the strings from the whole file. @code{strings} is mainly useful for determining the contents of non-text files. @@ -1290,8 +1290,8 @@ files. @item -a @itemx --all @itemx - -Do not scan only the initialized data section of object files; scan -the whole files. +Do not scan only the initialized and loaded sections of object files; +scan the whole files. @item -f @itemx --print-file-name |