diff options
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index f316e2a..f31cdb5 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -825,6 +825,9 @@ Do not copy relocation and symbol information from the source file. @itemx --strip-debug Do not copy debugging symbols from the source file. +@item --strip-unneeded +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 @@ -1381,6 +1384,9 @@ Remove all symbols. @itemx --strip-debug Remove debugging symbols only. +@item --strip-unneeded +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 |