diff options
Diffstat (limited to 'binutils/objdump.1')
-rw-r--r-- | binutils/objdump.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/binutils/objdump.1 b/binutils/objdump.1 index 53e0501..c331d3e 100644 --- a/binutils/objdump.1 +++ b/binutils/objdump.1 @@ -48,7 +48,7 @@ objdump \- display information from object files. .RB "[\|" \-R | \-\-dynamic\-reloc "\|]" .RB "[\|" \-s | \-\-full\-contents "\|]" .RB "[\|" \-S | \-\-source "\|]" -.RB "[\|" \-\-show\-raw\-insn "\|]" +.RB "[\|" \-\-[no\-]show\-raw\-insn "\|]" .RB "[\|" \-\-stabs "\|]" .RB "[\|" \-t | \-\-syms "\|]" .RB "[\|" \-T | \-\-dynamic\-syms "\|]" @@ -286,6 +286,13 @@ in symbolic form. This is the default except when is used. .TP +.B \-\-no\-show\-raw\-insn +When disassembling instructions, do not print the instruction bytes. +This is the default when +.B \-\-prefix\-addresses +is used. + +.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 |