diff options
author | John Gilmore <gnu@cygnus> | 1992-06-11 09:18:44 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-11 09:18:44 +0000 |
commit | c5f0c9388ac2473a9ae5b20ce4d4426b1538f732 (patch) | |
tree | d8fbd4b50b09315ff3cf195679ceeeb27a64782c /binutils/objdump.1 | |
parent | 1304f099bc900e60f31817b19cc22634880c6611 (diff) | |
download | gdb-c5f0c9388ac2473a9ae5b20ce4d4426b1538f732.zip gdb-c5f0c9388ac2473a9ae5b20ce4d4426b1538f732.tar.gz gdb-c5f0c9388ac2473a9ae5b20ce4d4426b1538f732.tar.bz2 |
* objdump.1, binutils.texi: Update for --stabs. Also fix
objdump's doc to use -- rather than + for long options.
(FIXME: Not yet fixed everywhere in binutils.texinfo.)
Diffstat (limited to 'binutils/objdump.1')
-rw-r--r-- | binutils/objdump.1 | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/binutils/objdump.1 b/binutils/objdump.1 index 63d1678..7344fa2 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -22,7 +22,7 @@ objdump\(em\&display information from object files. \&\|] .RB "[\|" \-d "\|]" .RB "[\|" \-f "\|]" -.RB "[\|" \-h | +header "\|]" +.RB "[\|" \-h | --header "\|]" .RB "[\|" \-i "\|]" .RB "[\|" "\-j\ "\c .I section\c @@ -31,9 +31,10 @@ objdump\(em\&display information from object files. .RB "[\|" "\-m\ "\c .I machine\c \&\|] -.RB "[\|" \-r | +reloc "\|]" +.RB "[\|" \-r | --reloc "\|]" .RB "[\|" \-s "\|]" -.RB "[\|" \-t | +syms "\|]" +.RB "[\|" \--stabs "\|]" +.RB "[\|" \-t | --syms "\|]" .RB "[\|" \-x "\|]" .I objfiles\c \&.\|.\|. @@ -119,7 +120,7 @@ each file in \c .TP .B \-h .TP -.B +header +.B --header Header. Display summary information from the section headers of the object file. @@ -160,7 +161,7 @@ option. .TP .B \-r .TP -.B +reloc +.B --reloc Relocation. Print the relocation entries of the file. .TP @@ -168,9 +169,18 @@ Relocation. Print the relocation entries of the file. Display the full contents of any sections requested. .TP +.B \--stabs +Display the contents of the .stab section from an ELF file. +This is only useful on systems (such as Solaris 2.0) in which +.stab debugging symbol-table entries are carried in an ELF section. +In most other file formats, debugging symbol-table entries are +interleaved with linkage symbols, and are visible in the +--syms output. + +.TP .B \-t .TP -.B +syms +.B --syms Symbol Table. Print the symbol table entries of the file. This is similar to the information provided by the `\|\c .B nm\c |