diff options
author | Nick Clifton <nickc@redhat.com> | 2005-04-25 09:23:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-04-25 09:23:24 +0000 |
commit | e7f918adb61535294f8f807f87b47953b7e36e65 (patch) | |
tree | 99c089d0444f580fde1c6bcdf67e3aa20e823adc /binutils/doc/binutils.texi | |
parent | 226b10140682ff7dd16817bf672a88cae2852606 (diff) | |
download | gdb-e7f918adb61535294f8f807f87b47953b7e36e65.zip gdb-e7f918adb61535294f8f807f87b47953b7e36e65.tar.gz gdb-e7f918adb61535294f8f807f87b47953b7e36e65.tar.bz2 |
* objcopy.c (copy_usage): Fix description of -K switch.
* doc/binutils.texi (strip, objcopy): Fix description of -K switch.
Diffstat (limited to 'binutils/doc/binutils.texi')
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index a422ed0..33e3025 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1102,8 +1102,8 @@ Strip all symbols that are not needed for relocation processing. @item -K @var{symbolname} @itemx --keep-symbol=@var{symbolname} -Copy only symbol @var{symbolname} from the source file. This option may -be given more than once. +When stripping symbols, keep symbol @var{symbolname} even if it would +normally be stripped. This option may be given more than once. @item -N @var{symbolname} @itemx --strip-symbol=@var{symbolname} @@ -2277,8 +2277,8 @@ Remove all symbols that are not needed for relocation processing. @item -K @var{symbolname} @itemx --keep-symbol=@var{symbolname} -Keep only symbol @var{symbolname} from the source file. This option may -be given more than once. +When stripping symbols, keep symbol @var{symbolname} even if it would +normally be stripped. This option may be given more than once. @item -N @var{symbolname} @itemx --strip-symbol=@var{symbolname} |