aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/d30v.h
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
commit4df2b5c55e71e8f1ba66ff0c5791da4f196879ae (patch)
treea449b07b6f896971b136edf10d5d8b24836a1c8a /include/opcode/d30v.h
parent11fd822a8452ba1cfc9039005658f74d74b5ad2c (diff)
downloadgdb-4df2b5c55e71e8f1ba66ff0c5791da4f196879ae.zip
gdb-4df2b5c55e71e8f1ba66ff0c5791da4f196879ae.tar.gz
gdb-4df2b5c55e71e8f1ba66ff0c5791da4f196879ae.tar.bz2
Define SHORT_AR (fix for CR: 101340)
Diffstat (limited to 'include/opcode/d30v.h')
-rw-r--r--include/opcode/d30v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/d30v.h b/include/opcode/d30v.h
index b828dab..64c7c36 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;