diff options
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 31df7f1..3b857d2 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -972,7 +972,8 @@ objdump [ -a | --archive-headers ] [ -s | --full-contents ] [ --stabs ] [ -t | --syms ] [ -T | --dynamic-syms ] [ -x | --all-headers ] [ -w | --wide ] [ --start-address=@var{address} ] - [ --stop-address=@var{address} ] [ --version ] [ --help ] + [ --stop-address=@var{address} ] [ --show-raw-insn ] + [ --version ] [ --help ] @var{objfile}@dots{} @end smallexample @@ -1112,6 +1113,10 @@ Display the full contents of any sections requested. Display source code intermixed with disassembly, if possible. Implies @samp{-d}. +@item --show-raw-insn +When disassembling instructions, print the instruction in hex as well as +in symbolic form. Not all targets handle this correctly yet. + @item --stabs @cindex stab @cindex .stab |