aboutsummaryrefslogtreecommitdiff
path: root/binutils/strings.1
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-25 15:26:54 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-25 15:26:54 +0000
commit5f0570473ab7a16f0faa2b83eeb77f5597c43644 (patch)
treeee2ac67373b25c53109bac092d5abd0ab10e2003 /binutils/strings.1
parent636414911eb9a40e3874490f7a95247787476eea (diff)
downloadgdb-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/strings.1')
-rw-r--r--binutils/strings.18
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/strings.1 b/binutils/strings.1
index 1426605..616a83e 100644
--- a/binutils/strings.1
+++ b/binutils/strings.1
@@ -44,8 +44,8 @@ given, GNU \c
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.
+the strings from the initialized and loaded sections of object files;
+for other types of files, it prints the strings from the whole file.
.PP
.B strings
@@ -61,8 +61,8 @@ equivalent.
.B \-\-all
.TP
.B \-
-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.
.TP
.B \-f