From 8dcd55f74fb05bcafc4a3d0b97c6328c2ca09592 Mon Sep 17 00:00:00 2001 From: Sean Keys Date: Thu, 5 Jul 2012 19:37:52 +0000 Subject: [PATCH] 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. --- include/opcode/xgate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"