* Makefile.in (Makefile): Added config.status to dependency list.
[deliverable/binutils-gdb.git] / binutils / objdump.1
index 4050c4b69a056c6b19c0aec97a786a29d8bd074c..f5beb3302d4f0e1a21136054026ab7bfc75619cf 100644 (file)
@@ -22,6 +22,7 @@ objdump \- display information from object files.
 .I bfdname\c
 \&\|] 
 .RB "[\|" \-d | \-\-disassemble "\|]" 
+.RB "[\|" \-D | \-\-disassemble-all "\|]" 
 .RB "[\|" \-f | \-\-file\-headers "\|]"
 .RB "[\|" \-h | \-\-section\-headers
 .RB "| " \-\-headers "\|]" 
@@ -40,6 +41,7 @@ objdump \- display information from object files.
 .RB "[\|" \-r | \-\-reloc "\|]" 
 .RB "[\|" \-R | \-\-dynamic\-reloc "\|]" 
 .RB "[\|" \-s | \-\-full\-contents "\|]"
+.RB "[\|" \-S | \-\-source "\|]"
 .RB "[\|" \-\-stabs "\|]"
 .RB "[\|" \-t | \-\-syms "\|]" 
 .RB "[\|" \-T | \-\-dynamic\-syms "\|]" 
@@ -127,6 +129,15 @@ Display the assembler mnemonics for the machine
 instructions from \c
 .I objfile\c
 \&.
+This option only disassembles those sections which are
+expected to contain instructions.
+
+.TP
+.B \-D
+.TP
+.B \-\-disassemble-all
+Like \fB\-d\fP, but disassemble the contents of all sections, not just
+those expected to contain instructions.
 
 .TP
 .B \-f
@@ -178,7 +189,7 @@ Display information only for section \c
 .B \-\-line\-numbers
 Label the display (using debugging information) with the filename
 and source line numbers corresponding to the object code shown.
-Only useful with \fB\-d\fP.
+Only useful with \fB\-d\fP or \fB\-D\fP.
 
 .TP
 .BI "\-m " "machine"\c
@@ -199,7 +210,9 @@ option.
 .B \-r
 .TP
 .B \-\-reloc
-Print the relocation entries of the file.
+Print the relocation entries of the file.  If used with \fB\-d\fP or
+\fB\-d\fP, the relocations are printed interspersed with the
+disassembly.
 
 .TP
 .B \-R
@@ -215,6 +228,13 @@ libraries.
 .B \-\-full\-contents
 Display the full contents of any sections requested.
 
+.TP
+.B \-S
+.TP
+.B \-\-source
+Display source code intermixed with disassembly, if possible.  Implies
+\fB-d\fP.
+
 .TP
 .B \-\-stabs
 Display the contents of the .stab, .stab.index, and .stab.excl
This page took 0.025893 seconds and 4 git commands to generate.