From: Ian Lance Taylor Date: Thu, 9 Oct 1997 20:04:25 +0000 (+0000) Subject: * binutils.texi (strip): Remove duplicate --target. From Marty X-Git-Tag: gdb-4_18-branchpoint~4509 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18ef0a3df50ad9ee953a2faf59c3d4826d216429;p=thirdparty%2Fbinutils-gdb.git * binutils.texi (strip): Remove duplicate --target. From Marty Leisner . --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 89c2a7bef76..65b584ef1e7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Thu Oct 9 15:57:29 1997 Ian Lance Taylor + * binutils.texi (strip): Remove duplicate --target. From Marty + Leisner . + * 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 5892fa8e6b7..900891fcdd4 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 ]