diff options
Diffstat (limited to 'binutils/objdump.1')
-rw-r--r-- | binutils/objdump.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/objdump.1 b/binutils/objdump.1 index 4a9da61..f5beb33 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -41,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 "\|]" @@ -228,6 +229,13 @@ libraries. 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 sections from an ELF file. This is only useful on systems (such as |