diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-10-09 20:04:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-10-09 20:04:25 +0000 |
commit | 18ef0a3df50ad9ee953a2faf59c3d4826d216429 (patch) | |
tree | 3a8d51c2147b45343d6727567248ea50d796f566 /binutils | |
parent | 3cbae240f106d15430564061e213795db76d260a (diff) | |
download | gdb-18ef0a3df50ad9ee953a2faf59c3d4826d216429.zip gdb-18ef0a3df50ad9ee953a2faf59c3d4826d216429.tar.gz gdb-18ef0a3df50ad9ee953a2faf59c3d4826d216429.tar.bz2 |
* binutils.texi (strip): Remove duplicate --target. From Marty
Leisner <leisner@sdsp.mc.xerox.com>.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 3 | ||||
-rw-r--r-- | binutils/binutils.texi | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 89c2a7b..65b584e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Thu Oct 9 15:57:29 1997 Ian Lance Taylor <ian@cygnus.com> + * binutils.texi (strip): Remove duplicate --target. From Marty + Leisner <leisner@sdsp.mc.xerox.com>. + * nm.c (lineno_cache_bfd): New file static variable. (lineno_cache_rel_bfd): New file static variable. (display_archive): Clear lineno_cache_bfd and lineno_cache_rel_bfd diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 5892fa8..900891f 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1520,7 +1520,7 @@ Print the program version number on the standard output and exit. @cindex symbols, discarding @smallexample -strip [ -F @var{bfdname} | --target=@var{bfdname} | --target=@var{bfdname} ] +strip [ -F @var{bfdname} | --target=@var{bfdname} ] [ -I @var{bfdname} | --input-target=@var{bfdname} ] [ -O @var{bfdname} | --output-target=@var{bfdname} ] [ -s | --strip-all ] [ -S | -g | --strip-debug ] |