summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-10-29 09:49:04 +0000
committerNick Clifton <nickc@redhat.com>1999-10-29 09:49:04 +0000
commit8eec8a0149c5586e32f9d4e86b1df266b0d2ad9e (patch)
treeb5a66c0724571a3efb4d8912b04f64cd21cf7078 /include
parent0939e121d0cf3abe048dfd63e5a86da1807598e4 (diff)
downloadbinutils-redhat-8eec8a0149c5586e32f9d4e86b1df266b0d2ad9e.tar.gz
Define SHORT_AR (fix for CR: 101340)
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/d30v.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 71aa204cd9..63d2e83461 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-29 Nick Clifton <nickc@cygnus.com>
+
+ * d30v.h (SHORT_AR): Define.
+
1999-10-18 Michael Meissner <meissner@cygnus.com>
* alpha.h (alpha_num_opcodes): Convert to unsigned.
diff --git a/include/opcode/d30v.h b/include/opcode/d30v.h
index b828dab32a..64c7c36347 100644
--- a/include/opcode/d30v.h
+++ b/include/opcode/d30v.h
@@ -118,6 +118,7 @@ struct d30v_opcode
#define LONG_2b 59 /* LONG_2 with modifier of 3 */
#define LONG_D 60 /* for DBRAI*/
#define LONG_Db 61 /* for repeati*/
+#define SHORT_AR 62 /* like SHORT_AA but only accept register as third parameter */
/* the execution unit(s) used */
int unit;