diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-15 20:37:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-15 20:37:45 +0000 |
commit | 5c59269f50bd672ce7f342a7cb1dcdf3fb60029f (patch) | |
tree | e573ff2ca3d0cf9b1274b352e6cec14535ba4811 /binutils/objdump.1 | |
parent | 5e67a3c60143b67632a6385e4f4df3336c39eb89 (diff) | |
download | gdb-5c59269f50bd672ce7f342a7cb1dcdf3fb60029f.zip gdb-5c59269f50bd672ce7f342a7cb1dcdf3fb60029f.tar.gz gdb-5c59269f50bd672ce7f342a7cb1dcdf3fb60029f.tar.bz2 |
* objdump.c (usage): Mention --no-show-raw-insn.
(long_options): Add "no-show-raw-insn".
(disassemble_bytes): Handle --no-show-raw-insn.
* binutils.texi, objdump.1: Document --no-show-raw-insn.
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 |