aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-opc.c
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>2010-05-26 21:49:30 +0000
committerCatherine Moore <clm@redhat.com>2010-05-26 21:49:30 +0000
commit9db8dccb1711d06bd180437fcd8c78c5f0981193 (patch)
tree7acbd6ea27bb8768b47a4d83d1ce77ef6e431ea4 /opcodes/mips-opc.c
parent29e11421774bceff6b4d895d7b133bc02850e4f6 (diff)
downloadfsf-binutils-gdb-9db8dccb1711d06bd180437fcd8c78c5f0981193.zip
fsf-binutils-gdb-9db8dccb1711d06bd180437fcd8c78c5f0981193.tar.gz
fsf-binutils-gdb-9db8dccb1711d06bd180437fcd8c78c5f0981193.tar.bz2
2010-05-26 Catherine Moore <clm@codesourcery.com>
David Ung <davidu@mips.com> * mips-opc.c: Change membership to I1 for instructions ssnop and ehb. 2010-05-26 Catherine Moore <clm@codesoucery.com> Maxim Kuvyrkov <maxim@codesourcery.com> * gas/mips/set-arch.d: Expect ehb.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r--opcodes/mips-opc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index fafcb12..f276a00 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -185,8 +185,8 @@ const struct mips_opcode mips_builtin_opcodes[] =
{"pref", "k,o(b)", 0xcc000000, 0xfc000000, RD_b, 0, I4_32|G3 },
{"prefx", "h,t(b)", 0x4c00000f, 0xfc0007ff, RD_b|RD_t|FP_S, 0, I4_33 },
{"nop", "", 0x00000000, 0xffffffff, 0, INSN2_ALIAS, I1 }, /* sll */
-{"ssnop", "", 0x00000040, 0xffffffff, 0, INSN2_ALIAS, I32|N55 }, /* sll */
-{"ehb", "", 0x000000c0, 0xffffffff, 0, INSN2_ALIAS, I33 }, /* sll */
+{"ssnop", "", 0x00000040, 0xffffffff, 0, INSN2_ALIAS, I1 }, /* sll */
+{"ehb", "", 0x000000c0, 0xffffffff, 0, INSN2_ALIAS, I1 }, /* sll */
{"li", "t,j", 0x24000000, 0xffe00000, WR_t, INSN2_ALIAS, I1 }, /* addiu */
{"li", "t,i", 0x34000000, 0xffe00000, WR_t, INSN2_ALIAS, I1 }, /* ori */
{"li", "t,I", 0, (int) M_LI, INSN_MACRO, 0, I1 },