diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-25 15:37:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-25 15:37:04 +0000 |
commit | 15c82623b17cbfe6a5879d7e886e636dde6c92f1 (patch) | |
tree | cac799d6014a6bf4cc4fbf9b5b5e0dd88462a318 /binutils/objcopy.c | |
parent | 3d66c4f7dfc5fb2daa5b8b266a00094ee6ba2c04 (diff) | |
download | fsf-binutils-gdb-15c82623b17cbfe6a5879d7e886e636dde6c92f1.zip fsf-binutils-gdb-15c82623b17cbfe6a5879d7e886e636dde6c92f1.tar.gz fsf-binutils-gdb-15c82623b17cbfe6a5879d7e886e636dde6c92f1.tar.bz2 |
Add --totals option to size
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index bc32c02..1a819e8 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -440,7 +440,7 @@ strip_usage (stream, exit_status) -p --preserve-dates Copy modified/access timestamps to the output\n\ -R --remove-section=<name> Remove section <name> from the output\n\ -s --strip-all Remove all symbol and relocation information\n\ - -g -S --strip-debug Remove all debugging symbols\n\ + -g -S -d --strip-debug Remove all debugging symbols\n\ --strip-unneeded Remove all symbols not needed by relocations\n\ -N --strip-symbol=<name> Do not copy symbol <name>\n\ -K --keep-symbol=<name> Only copy symbol <name>\n\ |