From 18cf42a87e2d8e77e0d42107403e7bf7a5281051 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 17 Jan 2003 23:43:20 +0000 Subject: [PATCH] * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap PAL entry points. --- opcodes/ChangeLog | 5 +++++ opcodes/alpha-opc.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9463d6961..2ad3f85c7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2003-01-17 Richard Henderson + + * alpha-opc.c (alpha_opcodes): Add bugchk, rduniq, wruniq, gentrap + PAL entry points. + 2003-01-16 Alan Modra * Makefile.am: Run "make dep-am". diff --git a/opcodes/alpha-opc.c b/opcodes/alpha-opc.c index 6cf7d4cef..8dc10e4a5 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 */ -- 2.11.4.GIT