diff options
author | David MacKenzie <djm@cygnus> | 1993-04-29 18:15:00 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-04-29 18:15:00 +0000 |
commit | 1f72cab137911908c0077f7abad4ca9a57e608b0 (patch) | |
tree | c33b917addf43fe58d6628ec544d9c80a68200ac /binutils/objdump.1 | |
parent | ff580c7b96e1b08623de554ed3091d8b8b810470 (diff) | |
download | gdb-1f72cab137911908c0077f7abad4ca9a57e608b0.zip gdb-1f72cab137911908c0077f7abad4ca9a57e608b0.tar.gz gdb-1f72cab137911908c0077f7abad4ca9a57e608b0.tar.bz2 |
Document missing options. Use -- instead of + for long options.
Diffstat (limited to 'binutils/objdump.1')
-rw-r--r-- | binutils/objdump.1 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/binutils/objdump.1 b/binutils/objdump.1 index b26fb7c..c7c4f0a 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -21,7 +21,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 @@ -30,12 +30,12 @@ objdump\(em\&display information from object files. .RB "[\|" "\-m\ "\c .I machine\c \&\|] -.RB "[\|" \-r | --reloc "\|]" +.RB "[\|" \-r | \-\-reloc "\|]" .RB "[\|" \-s "\|]" -.RB "[\|" \--stabs "\|]" -.RB "[\|" \-t | --syms "\|]" +.RB "[\|" \-\-stabs "\|]" +.RB "[\|" \-t | \-\-syms "\|]" .RB "[\|" \-x "\|]" -.I objfiles\c +.I objfile\c \&.\|.\|. .ad b .hy 1 @@ -52,7 +52,7 @@ Where long and short forms of an option are shown together, they are equivalent. .TP -.IR "objfiles" .\|.\|. +.IR "objfile" .\|.\|. The object files to be examined. When you specify archives, \c .B objdump\c @@ -61,7 +61,7 @@ The object files to be examined. When you specify archives, .TP .B \-a If any files from \c -.I objfiles\c +.I objfile\c \& are archives, display the archive header information (in a format similar to `\|\c .B ls \-l\c @@ -106,20 +106,20 @@ formats available with the `\|\c .B \-d Disassemble. Display the assembler mnemonics for the machine instructions from \c -.I objfiles\c +.I objfile\c \&. .TP .B \-f File header. Display summary information from the overall header of each file in \c -.I objfiles\c +.I objfile\c \&. .TP .B \-h .TP -.B --header +.B \-\-header Header. Display summary information from the section headers of the object file. @@ -148,7 +148,7 @@ and line numbers corresponding to the object code shown. .BI "-m " "machine"\c \& Specify the object files \c -.I objfiles\c +.I objfile\c \& are for architecture \c .I machine\c @@ -160,7 +160,7 @@ option. .TP .B \-r .TP -.B --reloc +.B \-\-reloc Relocation. Print the relocation entries of the file. .TP @@ -168,18 +168,18 @@ Relocation. Print the relocation entries of the file. Display the full contents of any sections requested. .TP -.B \--stabs +.B \-\-stabs Display the contents of the .stab, .stab.index, and .stab.excl sections 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. +\-\-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 |