Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Keys <skeys@ipdatasys.com>2012-07-05 23:37:52 +0400
committerSean Keys <skeys@ipdatasys.com>2012-07-05 23:37:52 +0400
commit8dcd55f74fb05bcafc4a3d0b97c6328c2ca09592 (patch)
treeea8e638313ae4a9c2bba48d2ff0f2be41fddc301 /include
parentea51d3d4250a1b51efed8fc8442381041d59441d (diff)
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')
-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 c51673342..77a521f83 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"