summaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorseank <seank>2012-07-05 19:37:52 +0000
committerseank <seank>2012-07-05 19:37:52 +0000
commite3bf16c6208e30aa2bbebd971573eb72c76eda17 (patch)
tree5b972a7e9356d400de8e18f4bbb382de744f1b9f /include/opcode
parentf1b0f7b800624863e4b86756ce645f7dc3319060 (diff)
downloadgdb-e3bf16c6208e30aa2bbebd971573eb72c76eda17.tar.gz
gas/config/
* tc-xgate.c: Revised assembler so that operands are collected before the addressing mode is determined. include/opcode/ * xgate.h: Changed the format string for mode XGATE_OP_DYA_MON. opcodes/ * xgate-dis.c: Removed an IF statement that will always be false due to overlapping operand masks. * xgate-opc.c: Corrected 'com' opcode entry and fixed spacing.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/xgate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/xgate.h b/include/opcode/xgate.h
index c5167334244..77a521f83ea 100644
--- a/include/opcode/xgate.h
+++ b/include/opcode/xgate.h
@@ -77,7 +77,7 @@
#define XGATE_OP_IDO5 "r,r,i5"
#define XGATE_OP_REL9 "b9"
#define XGATE_OP_REL10 "ba"
-#define XGATE_OP_DYA_MON "=r,r"
+#define XGATE_OP_DYA_MON "=r"
/* Macro definitions. */
#define XGATE_OP_IMM16mADD "r,if; addl addh"
#define XGATE_OP_IMM16mAND "r,if; andl andh"