diff options
-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 ] |