aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-01-16 08:03:32 +0000
committerJeff Law <law@redhat.com>1999-01-16 08:03:32 +0000
commit86f9a3c1337d0be7d299ff78c75a5fd8450232f0 (patch)
treeb617a214074ace9026c8758a33a392b86efaf7cb /include
parent898d1e2360648832743060d0723e67e105f983e8 (diff)
downloadgdb-86f9a3c1337d0be7d299ff78c75a5fd8450232f0.zip
gdb-86f9a3c1337d0be7d299ff78c75a5fd8450232f0.tar.gz
gdb-86f9a3c1337d0be7d299ff78c75a5fd8450232f0.tar.bz2
* hppa.h (mtsarcm): Add new PA2.0 instruction.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/hppa.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 59c4be6..0b0d2e7 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,7 +1,9 @@
start-sanitize-cygnus
Fri Jan 15 23:38:50 1999 Jeffrey A Law (law@cygnus.com)
- * Fix mask for PA2.0 floating point load instructions.
+ * hppa.h (mtsarcm): Add new PA2.0 instruction.
+
+ * hppa.h: Fix mask for PA2.0 floating point load instructions.
Mon Jan 11 13:38:32 1999 Jeffrey A Law (law@cygnus.com)
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 09ab0ef..96489d2 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -205,6 +205,9 @@ static const struct pa_opcode pa_opcodes[] =
{ "nop", 0x08000240, 0xffffffff, "", pa10}, /* or 0,0,0 */
{ "copy", 0x08000240, 0xffe0ffe0, "x,t", pa10}, /* or r,0,t */
{ "mtsar", 0x01601840, 0xffe0ffff, "x", pa10}, /* mtctl r,cr11 */
+/* start-sanitize-cygnus */
+{ "mtsarcm", 0x016018c0, 0xffe0ffff, "x", pa20},
+/* end-sanitize-cygnus */
/* Loads and Stores for integer registers. */
{ "ldw", 0x48000000, 0xfc000000, "j(s,b),x", pa10},