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.
This commit is contained in:
parent
8016553585
commit
5740d9dfb6
7 changed files with 34 additions and 24 deletions
|
@ -87,6 +87,7 @@ on the standard output and exit.
|
|||
|
||||
.TP
|
||||
.B "\-n \fImin\-len\fP"
|
||||
.TP
|
||||
.B "\-\fImin\-len\fP"
|
||||
.TP
|
||||
.B "\-bytes=\fImin\-len\fP"
|
||||
|
@ -103,8 +104,7 @@ character argument specifies the radix of the offset\(emoctal,
|
|||
hexadecimal, or decimal.
|
||||
|
||||
.TP
|
||||
.BI "\-\-target=" "bfdname"\c
|
||||
\&
|
||||
.BI "\-\-target=" "bfdname"
|
||||
Specify an object code format other than your system's default format.
|
||||
See
|
||||
.BR objdump ( 1 ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue