diff options
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index fac0bb0..b4efc88 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1050,7 +1050,7 @@ objdump [ -a | --archive-headers ] [ -t | --syms ] [ -T | --dynamic-syms ] [ -x | --all-headers ] [ -w | --wide ] [ --start-address=@var{address} ] [ --stop-address=@var{address} ] - [ --prefix-addresses] [ --show-raw-insn ] + [ --prefix-addresses] [ --[no-]show-raw-insn ] [ --adjust-vma=@var{offset} ] [ --version ] [ --help ] @var{objfile}@dots{} @@ -1226,6 +1226,10 @@ When disassembling instructions, print the instruction in hex as well as in symbolic form. This is the default except when @code{--prefix-addresses} is used. +@item --no-show-raw-insn +When disassembling instructions, do not print the instruction bytes. +This is the default when @code{--prefix-addresses} is used. + @item --stabs @cindex stab @cindex .stab |