diff options
author | Sean Keys <skeys@ipdatasys.com> | 2012-07-05 19:37:52 +0000 |
---|---|---|
committer | Sean Keys <skeys@ipdatasys.com> | 2012-07-05 19:37:52 +0000 |
commit | 8dcd55f74fb05bcafc4a3d0b97c6328c2ca09592 (patch) | |
tree | ea8e638313ae4a9c2bba48d2ff0f2be41fddc301 | |
parent | ea51d3d4250a1b51efed8fc8442381041d59441d (diff) | |
download | newlib-8dcd55f74fb05bcafc4a3d0b97c6328c2ca09592.zip newlib-8dcd55f74fb05bcafc4a3d0b97c6328c2ca09592.tar.gz newlib-8dcd55f74fb05bcafc4a3d0b97c6328c2ca09592.tar.bz2 |
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.
-rw-r--r-- | include/opcode/xgate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/xgate.h b/include/opcode/xgate.h index c516733..77a521f 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" |