diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-29 16:13:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-29 16:13:48 +0000 |
commit | ec72cfe589400f06810a571ce4d7f45fb6e19621 (patch) | |
tree | 1e025ae585dad3287f278cc57f80f1ed8179af11 /binutils/doc/binutils.texi | |
parent | deb04cdb5ef9b4efa0e57b0e9d02c7800f2ee29a (diff) | |
download | gdb-ec72cfe589400f06810a571ce4d7f45fb6e19621.zip gdb-ec72cfe589400f06810a571ce4d7f45fb6e19621.tar.gz gdb-ec72cfe589400f06810a571ce4d7f45fb6e19621.tar.bz2 |
Add VAX specific disassembler option -Mentry: to specify a function entry
address, and add code to test this new option.
Diffstat (limited to 'binutils/doc/binutils.texi')
-rw-r--r-- | binutils/doc/binutils.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 0b558fb..4807867 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1793,6 +1793,13 @@ rather than names, for the selected types of registers. You can list the available values of @var{ABI} and @var{ARCH} using the @option{--help} option. +For VAX, you can specify function entry addresses with @option{-M +entry:0xf00ba}. You can use this multiple times to properly +disassemble VAX binary files that don't contain symbol tables (like +ROM dumps). In these cases, the function entry mask would otherwise +be decoded as VAX instructions, which would probably lead the the rest +of the function being wrongly disassembled. + @item -p @itemx --private-headers Print information that is specific to the object file format. The exact |