aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-06-22 19:33:21 +0000
committerJeff Law <law@redhat.com>1998-06-22 19:33:21 +0000
commitdc959c75ab75be62d6acb1e3eaf019d00777e336 (patch)
treeccbb77b99a02ba8d5347a1bb02d16399558d016b /include
parentbc7809ee239d2a0877e121a1e8bc895b970e06e0 (diff)
downloadgdb-dc959c75ab75be62d6acb1e3eaf019d00777e336.zip
gdb-dc959c75ab75be62d6acb1e3eaf019d00777e336.tar.gz
gdb-dc959c75ab75be62d6acb1e3eaf019d00777e336.tar.bz2
* mn10300.h (FMT_D10): Define.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog11
-rw-r--r--include/opcode/mn10300.h5
2 files changed, 16 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 9728138..74eaf85 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,14 @@
+start-sanitize-am33
+Mon Jun 22 13:28:59 1998 Jeffrey A Law (law@cygnus.com)
+
+ * mn10300.h (FMT_D10): Define.
+
+Fri Jun 19 16:44:44 1998 Jeffrey A Law (law@cygnus.com)
+
+ * mn10300.h (MN10300_OPERAND_24BIT): Define.
+ (FMT_D8, FMT_D9): Likewise.
+
+end-sanitize-am33
Fri Jun 19 16:09:09 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386.h: Use FP, not sl_Suf, for fxsave and fxrstor.
diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h
index 978be3a..f17d096 100644
--- a/include/opcode/mn10300.h
+++ b/include/opcode/mn10300.h
@@ -120,6 +120,8 @@ extern const struct mn10300_operand mn10300_operands[];
#define MN10300_OPERAND_XRREG 0x200000
#define MN10300_OPERAND_PLUS 0x400000
+
+#define MN10300_OPERAND_24BIT 0x800000
/* end-sanitize-am33 */
/* Opcode Formats. */
@@ -136,6 +138,9 @@ extern const struct mn10300_operand mn10300_operands[];
/* start-sanitize-am33 */
#define FMT_D6 11
#define FMT_D7 12
+#define FMT_D8 13
+#define FMT_D9 14
+#define FMT_D10 15
/* start-sanitize-am33 */
#endif /* MN10300_H */