aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-06-25 03:23:12 +0000
committerJeff Law <law@redhat.com>1999-06-25 03:23:12 +0000
commitb65db2521889375a4cda8566b282d153a6dca65f (patch)
tree5f1f41e9e880b8742d4aef16aa8b59b6e74be474 /include
parent31bd8f254f562e84719c8b015fbd6e4fb371ab33 (diff)
downloadfsf-binutils-gdb-b65db2521889375a4cda8566b282d153a6dca65f.zip
fsf-binutils-gdb-b65db2521889375a4cda8566b282d153a6dca65f.tar.gz
fsf-binutils-gdb-b65db2521889375a4cda8566b282d153a6dca65f.tar.bz2
* hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog5
-rw-r--r--include/opcode/hppa.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 6cd9dac..db09593 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 25 04:22:04 1999 Jerry Quinn <jquinn@nortelnetworks.com>
+ Jeff Law <law@cygnus.com>
+
+ * hppa.h (pa_opcodes): Add entries for mfia and mtsarcm instructions.
+
1999-06-23 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386.h: Allow `l' suffix on bswap. Allow `w' suffix on arpl,
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 858b65a..e3d8157 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -344,6 +344,8 @@ static const struct pa_opcode pa_opcodes[] =
{ "ldsid", 0x000010a0, 0xfc1f3fe0, "(b),t", pa10},
{ "mtsp", 0x00001820, 0xffe01fff, "x,S", pa10},
{ "mtctl", 0x00001840, 0xfc00ffff, "x,^", pa10},
+{ "mtsarcm", 0x016018C0, 0xffe0ffff, "x", pa20},
+{ "mfia", 0x000014A0, 0xffffffe0, "t", pa20},
{ "mfsp", 0x000004a0, 0xffff1fe0, "S,t", pa10},
{ "mfctl", 0x000008a0, 0xfc1fffe0, "^,t", pa10},
{ "sync", 0x00000400, 0xffffffff, "", pa10},