mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -47,8 +47,7 @@ module in an archive.
|
||||
.TP
|
||||
.B \-B
|
||||
.TP
|
||||
.BI "\-\-format " "compatibility"\c
|
||||
\&
|
||||
.BI "\-\-format " "compatibility"
|
||||
Using one of these options, you can choose whether the output from GNU
|
||||
\c
|
||||
.B size\c
|
||||
@@ -80,8 +79,7 @@ Show a summary of acceptable arguments and options.
|
||||
.TP
|
||||
.B \-x
|
||||
.TP
|
||||
.BI "\-\-radix " "number"\c
|
||||
\&
|
||||
.BI "\-\-radix " "number"
|
||||
Using one of these options, you can control whether the size of each
|
||||
section is given in decimal (`\|\c
|
||||
.B \-d\c
|
||||
@@ -113,8 +111,7 @@ octal and hexadecimal if you're using `\|\c
|
||||
\|'.
|
||||
|
||||
.TP
|
||||
.BI "\-\-target " "bfdname"\c
|
||||
\&
|
||||
.BI "\-\-target " "bfdname"
|
||||
You can specify a particular object-code format for \c
|
||||
.I objfile\c
|
||||
\& as
|
||||
@@ -140,7 +137,7 @@ Display version number information on \c
|
||||
.RB "`\|" binutils "\|'"
|
||||
entry in
|
||||
.BR info ;
|
||||
.IR The GNU Binary Utilities ,
|
||||
.IR "The GNU Binary Utilities" ,
|
||||
Roland H. Pesch (October 1991);
|
||||
.BR ar "(" 1 "),"
|
||||
.BR objdump ( 1 ).
|
||||
|
||||
Reference in New Issue
Block a user