summaryrefslogtreecommitdiff
path: root/opcodes/alpha-opc.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-01-17 23:43:20 +0000
committerRichard Henderson <rth@redhat.com>2003-01-17 23:43:20 +0000
commit0f247f8d1205cc8ba3aae3a0de8f1d08e3556f09 (patch)
treefa821c8d03ddabc71530177fefad7ad7298cc903 /opcodes/alpha-opc.c
parenta823975ae077d7977f892c6ae43cdce7ecc75537 (diff)
downloadbinutils-gdb-0f247f8d1205cc8ba3aae3a0de8f1d08e3556f09.tar.gz
* alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap
PAL entry points.
Diffstat (limited to 'opcodes/alpha-opc.c')
-rw-r--r--opcodes/alpha-opc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/alpha-opc.c b/opcodes/alpha-opc.c
index 6cf7d4cefcc..8dc10e4a55b 100644
--- a/opcodes/alpha-opc.c
+++ b/opcodes/alpha-opc.c
@@ -533,9 +533,13 @@ const struct alpha_opcode alpha_opcodes[] = {
{ "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
{ "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
{ "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
+ { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
{ "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
{ "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
{ "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
+ { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE },
+ { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE },
+ { "gentrap", SPCD(0x00,0x00aa), BASE, ARG_NONE },
{ "call_pal", PCD(0x00), BASE, ARG_PCD },
{ "pal", PCD(0x00), BASE, ARG_PCD }, /* alias */