summaryrefslogtreecommitdiff
path: root/opcodes/m10200-opc.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-08-12 04:45:07 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-08-12 04:45:07 -0700
commit43e65147c07b1400ae0dbb6694882eceb2363713 (patch)
treee52d56a58d00c74db6c82e736464ab0f500a7181 /opcodes/m10200-opc.c
parentf3445b37b67deb8f67f7885274b2544684503f78 (diff)
downloadbinutils-gdb-43e65147c07b1400ae0dbb6694882eceb2363713.tar.gz
Remove trailing spaces in opcodes
Diffstat (limited to 'opcodes/m10200-opc.c')
-rw-r--r--opcodes/m10200-opc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/opcodes/m10200-opc.c b/opcodes/m10200-opc.c
index 32a39bf6262..622c1b60246 100644
--- a/opcodes/m10200-opc.c
+++ b/opcodes/m10200-opc.c
@@ -24,7 +24,7 @@
const struct mn10200_operand mn10200_operands[] = {
#define UNUSED 0
- {0, 0, 0},
+ {0, 0, 0},
/* dn register in the first register operand position. */
#define DN0 (UNUSED+1)
@@ -130,7 +130,7 @@ const struct mn10200_operand mn10200_operands[] = {
/* Either an open paren or close paren. */
#define PAREN (SIMM16N+1)
- {0, 0, MN10200_OPERAND_PAREN},
+ {0, 0, MN10200_OPERAND_PAREN},
/* dn register that appears in the first and second register positions. */
#define DN01 (PAREN+1)
@@ -139,10 +139,10 @@ const struct mn10200_operand mn10200_operands[] = {
/* an register that appears in the first and second register positions. */
#define AN01 (DN01+1)
{2, 0, MN10200_OPERAND_AREG | MN10200_OPERAND_REPEATED},
-} ;
+} ;
-#define MEM(ADDR) PAREN, ADDR, PAREN
-#define MEM2(ADDR1,ADDR2) PAREN, ADDR1, ADDR2, PAREN
+#define MEM(ADDR) PAREN, ADDR, PAREN
+#define MEM2(ADDR1,ADDR2) PAREN, ADDR1, ADDR2, PAREN
/* The opcode table.