mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +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:
@@ -99,8 +99,7 @@ the object file format of each archive member.
|
||||
.TP
|
||||
.BI "\-b " "bfdname"\c
|
||||
.TP
|
||||
.BI "\-\-target=" "bfdname"\c
|
||||
\&
|
||||
.BI "\-\-target=" "bfdname"
|
||||
Specify the object-code format for the object files to be
|
||||
\c
|
||||
.I bfdname\c
|
||||
@@ -113,7 +112,6 @@ automatically recognize many formats. For example,
|
||||
objdump\ \-b\ oasys\ \-m\ vax\ \-h\ fu.o
|
||||
.br
|
||||
.sp
|
||||
|
||||
display summary information from the section headers (`\|\c
|
||||
.B \-h\c
|
||||
\|') of
|
||||
@@ -183,11 +181,10 @@ for specification with \c
|
||||
.TP
|
||||
.BI "\-j " "name"\c
|
||||
.TP
|
||||
.BI "\-\-section=" "name"\c
|
||||
\&
|
||||
.BI "\-\-section=" "name"
|
||||
Display information only for section \c
|
||||
.I name\c
|
||||
\&
|
||||
\&.
|
||||
|
||||
.TP
|
||||
.B \-l
|
||||
@@ -200,8 +197,7 @@ Only useful with \fB\-d\fP or \fB\-D\fP.
|
||||
.TP
|
||||
.BI "\-m " "machine"\c
|
||||
.TP
|
||||
.BI "\-\-architecture=" "machine"\c
|
||||
\&
|
||||
.BI "\-\-architecture=" "machine"
|
||||
Specify the object files \c
|
||||
.I objfile\c
|
||||
\& are for architecture
|
||||
|
||||
Reference in New Issue
Block a user