aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips16-opc.c
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-07-07 10:27:32 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2013-07-07 10:27:32 +0000
commit04c9d415c042265805da61588bd223b460c1cc5b (patch)
tree3f8335ee8b19bd6ba995b613c80a4f01d6d6cee3 /opcodes/mips16-opc.c
parent5c324c169bf9735f120bf2f64a671aa7285574ad (diff)
downloadfsf-binutils-gdb-04c9d415c042265805da61588bd223b460c1cc5b.zip
fsf-binutils-gdb-04c9d415c042265805da61588bd223b460c1cc5b.tar.gz
fsf-binutils-gdb-04c9d415c042265805da61588bd223b460c1cc5b.tar.bz2
opcodes/
* mips16-opc.c: Add entries for argumentless "entry" and "exit" instructions. gas/testsuite/ * gas/mips/mips16.d, gas/mips/mips16-64.d: Remove trailing whitespace from ENTRY and EXIT lines.
Diffstat (limited to 'opcodes/mips16-opc.c')
-rw-r--r--opcodes/mips16-opc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/mips16-opc.c b/opcodes/mips16-opc.c
index d90c7f3..357fcc1 100644
--- a/opcodes/mips16-opc.c
+++ b/opcodes/mips16-opc.c
@@ -159,7 +159,9 @@ const struct mips_opcode mips16_opcodes[] =
{"dsubu", "y,j", 0, (int) M_DSUBU_I_2, INSN_MACRO, 0, I1 },
{"exit", "L", 0xed09, 0xff1f, TRAP, 0, I1 },
{"exit", "L", 0xee09, 0xff1f, TRAP, 0, I1 },
+{"exit", "", 0xef09, 0xffff, TRAP, 0, I1 },
{"exit", "L", 0xef09, 0xff1f, TRAP, 0, I1 },
+{"entry", "", 0xe809, 0xffff, TRAP, 0, I1 },
{"entry", "l", 0xe809, 0xf81f, TRAP, 0, I1 },
{"extend", "e", 0xf000, 0xf800, 0, 0, I1 },
{"jalr", "x", 0xe840, 0xf8ff, UBD|WR_31|RD_x, 0, I1 },