diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-15 12:11:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-15 12:11:13 +0000 |
commit | aa5f19f2b9e440d4ebfb3a53500e66021f21b6af (patch) | |
tree | 89afabecdbc324c07953fee27f2839e82b7ee5ad /include | |
parent | aca21d9a80adeadf8f8503cdc7d537a98c93a11d (diff) | |
download | fsf-binutils-gdb-aa5f19f2b9e440d4ebfb3a53500e66021f21b6af.zip fsf-binutils-gdb-aa5f19f2b9e440d4ebfb3a53500e66021f21b6af.tar.gz fsf-binutils-gdb-aa5f19f2b9e440d4ebfb3a53500e66021f21b6af.tar.bz2 |
Fix MIPS disassembler so that it produces reassemblable code.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/mips.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 14b2193..ac83ff4 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * mips.h (INSN_ISA_MASK): Define. + 2001-05-12 Alan Modra <amodra@one.net.au> * i386.h (i386_optab): Second operand of cvtps2dq is an xmm reg, diff --git a/include/opcode/mips.h b/include/opcode/mips.h index e01e374..d90b0e0 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -307,6 +307,7 @@ struct mips_opcode ORs of these bits, indicatingthat they support the instructions defined at the given level. */ +#define INSN_ISA_MASK 0x0000ffff #define INSN_ISA1 0x00000010 #define INSN_ISA2 0x00000020 #define INSN_ISA3 0x00000040 |