summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-06-19 15:41:58 +0000
committerJeff Law <law@redhat.com>1998-06-19 15:41:58 +0000
commit20ddeff49d55179a3c9ca251c233659e8fda908d (patch)
treec4b6b1dae6428b01d155c45e8422d341b58a0719 /include
parent4b035e8ea97521d258accdc21b9ccf3fd0b4e711 (diff)
downloadppe42-binutils-20ddeff49d55179a3c9ca251c233659e8fda908d.tar.gz
ppe42-binutils-20ddeff49d55179a3c9ca251c233659e8fda908d.zip
* mn10300.h (MN10300_OPERAND_XRREG): Define.
(MN10300_OPERAND_PLUS): Likewise. (FMT_D6, FMT_D7): Likewise.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog8
-rw-r--r--include/opcode/mn10300.h24
2 files changed, 31 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 1ce80ec0b1..d0b593125f 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,11 @@
+start-sanitize-am33
+Fri Jun 19 09:39:47 1998 Jeffrey A Law (law@cygnus.com)
+
+ * mn10300.h (MN10300_OPERAND_XRREG): Define.
+ (MN10300_OPERAND_PLUS): Likewise.
+ (FMT_D6, FMT_D7): Likewise.
+
+end-sanitize-am33
1998-06-18 Ulrich Drepper <drepper@cygnus.com>
* i386.h: Add support for fxsave, fxrstor, sysenter and sysexit.
diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h
index 4b7fb8a57a..978be3aeb7 100644
--- a/include/opcode/mn10300.h
+++ b/include/opcode/mn10300.h
@@ -1,5 +1,5 @@
/* mn10300.h -- Header file for Matsushita 10300 opcode table
- Copyright 1996 Free Software Foundation, Inc.
+ Copyright 1996, 1997 Free Software Foundation, Inc.
Written by Jeff Law, Cygnus Support
This file is part of GDB, GAS, and the GNU binutils.
@@ -104,6 +104,24 @@ extern const struct mn10300_operand mn10300_operands[];
#define MN10300_OPERAND_RELAX 0x4000
+/* start-sanitize-am33 */
+#define MN10300_OPERAND_USP 0x8000
+
+#define MN10300_OPERAND_SSP 0x10000
+
+#define MN10300_OPERAND_MSP 0x20000
+
+#define MN10300_OPERAND_PC 0x40000
+
+#define MN10300_OPERAND_EPSW 0x80000
+
+#define MN10300_OPERAND_RREG 0x100000
+
+#define MN10300_OPERAND_XRREG 0x200000
+
+#define MN10300_OPERAND_PLUS 0x400000
+/* end-sanitize-am33 */
+
/* Opcode Formats. */
#define FMT_S0 1
#define FMT_S1 2
@@ -115,5 +133,9 @@ extern const struct mn10300_operand mn10300_operands[];
#define FMT_D2 8
#define FMT_D4 9
#define FMT_D5 10
+/* start-sanitize-am33 */
+#define FMT_D6 11
+#define FMT_D7 12
+/* start-sanitize-am33 */
#endif /* MN10300_H */
OpenPOWER on IntegriCloud