aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-03-06 21:19:51 +0000
committerJeff Law <law@redhat.com>1997-03-06 21:19:51 +0000
commit35106aae73c1a4fcfebcb83722c1c71b042a0474 (patch)
treef4bb02afc3778a76569deb411840fcfc79f0babb /include
parent5847e6dd3723ca9d184cf7ab431e52faf3f87175 (diff)
downloadgdb-35106aae73c1a4fcfebcb83722c1c71b042a0474.zip
gdb-35106aae73c1a4fcfebcb83722c1c71b042a0474.tar.gz
gdb-35106aae73c1a4fcfebcb83722c1c71b042a0474.tar.bz2
* mn10300.h (MN10300_OPERAND_RELAX): Define.
Bringing over changes from the mn10200 port. Getting ready to start on the relaxing assembler.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/mn10300.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h
index 02e3532..256271e 100644
--- a/include/opcode/mn10300.h
+++ b/include/opcode/mn10300.h
@@ -54,7 +54,7 @@ extern const struct mn10300_opcode mn10300_opcodes[];
extern const int mn10300_num_opcodes;
-/* The operands table is an array of struct powerpc_operand. */
+/* The operands table is an array of struct mn10300_operand. */
struct mn10300_operand
{
@@ -98,6 +98,12 @@ extern const struct mn10300_operand mn10300_operands[];
#define MN10300_OPERAND_REG_LIST 0x800
+#define MN10300_OPERAND_PCREL 0x1000
+
+#define MN10300_OPERAND_MEMADDR 0x2000
+
+#define MN10300_OPERAND_RELAX 0x3000
+
/* Opcode Formats. */
#define FMT_S0 1
#define FMT_S1 2