Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/binutils Show "-d" in the usage output fo...



details:   https://anonhg.NetBSD.org/src/rev/29d9f692919c
branches:  trunk
changeset: 503072:29d9f692919c
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Jan 30 19:24:54 2001 +0000

description:
Show "-d" in the usage output for strip(1).

diffstat:

 gnu/dist/toolchain/binutils/objcopy.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5bb5b53fe515 -r 29d9f692919c gnu/dist/toolchain/binutils/objcopy.c
--- a/gnu/dist/toolchain/binutils/objcopy.c     Tue Jan 30 19:23:22 2001 +0000
+++ b/gnu/dist/toolchain/binutils/objcopy.c     Tue Jan 30 19:24:54 2001 +0000
@@ -374,7 +374,7 @@
   -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\



Home | Main Index | Thread Index | Old Index