diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-10-06 20:48:58 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-10-06 20:48:58 +0000 |
commit | 5740d9dfb623f4486bed61cbec30d46f863e064e (patch) | |
tree | d4de1791938fb93b0b536974a56a240df1078a0c /binutils/strip.1 | |
parent | 801655358558bf3dd4d1a213b543537162cec4c5 (diff) | |
download | gdb-5740d9dfb623f4486bed61cbec30d46f863e064e.zip gdb-5740d9dfb623f4486bed61cbec30d46f863e064e.tar.gz gdb-5740d9dfb623f4486bed61cbec30d46f863e064e.tar.bz2 |
Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* nm.c (print_symname): Don't try to demangle an empty name.
* objdump.c (slurp_symtab): Reset symcount if there are no symbols.
(slurp_dynamic_symtab): Likewise, for dynsymcount.
(disassemble_data): Fix memory leak: free sorted_syms when done.
(display_bfd): Likewise, for syms and dynsyms.
(dump_relocs): Don't print header before possibly generating an error message.
(dump_dynamic_relocs): Likewise.
* ar.1, nm.1, objdump.1, size.1, strings.1, strip.1: Fix typos and formatting
bugs.
Diffstat (limited to 'binutils/strip.1')
-rw-r--r-- | binutils/strip.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/binutils/strip.1 b/binutils/strip.1 index c021a83..7ecadaa 100644 --- a/binutils/strip.1 +++ b/binutils/strip.1 @@ -89,7 +89,7 @@ Remove all symbols. .TP .B \-S .TP -.B -g +.B \-g .TP .B \-\-strip\-debug Remove debugging symbols only. @@ -113,7 +113,9 @@ options. Remove non-global symbols. .TP -.B "\-X \-\-discard\-locals" +.B \-X +.TP +.B \-\-discard\-locals Remove compiler-generated local symbols. (These usually start with ``L'' or ``.''.) @@ -147,7 +149,7 @@ Show the version number for \fBstrip\fP and exit. .RB "`\|" binutils "\|'" entry in .BR info ; -.IR "The GNU Binary Utilities , +.IR "The GNU Binary Utilities" , Roland H. Pesch (October 1991). .SH COPYING |