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/nm.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/nm.1')
-rw-r--r-- | binutils/nm.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/nm.1 b/binutils/nm.1 index 4d3b3da..13681be 100644 --- a/binutils/nm.1 +++ b/binutils/nm.1 @@ -94,7 +94,7 @@ libraries. .TP .B "\-f \fIformat" Use the output format \fIformat\fP, which can be ``bsd'', -``sysv'', or ``posix''. The default is `bsd''. +``sysv'', or ``posix''. The default is ``bsd''. Only the first character of \fIformat\fP is significant; it can be either upper or lower case. @@ -160,8 +160,7 @@ Use \fIradix\fP as the radix for printing the symbol values. It must be ``d'' for decimal, ``o'' for octal, or ``x'' for hexadecimal. .TP -.BI "\-\-target=" "bfdname"\c -\& +.BI "\-\-target=" "bfdname" Specify an object code format other than your system's default format. See .BR objdump ( 1 ), |