X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Fm10200-opc.c;h=e2df58f663cf435132dff2ad2f4f55848c1bad60;hb=0220170b4d87ce940d40ac98387ff2d7fbed3ab2;hp=c579f88bb5560446bbc164545ecea65e9256514d;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/m10200-opc.c b/opcodes/m10200-opc.c index c579f88bb5..e2df58f663 100644 --- a/opcodes/m10200-opc.c +++ b/opcodes/m10200-opc.c @@ -1,5 +1,5 @@ /* Assemble Matsushita MN10200 instructions. - Copyright (C) 1996-2014 Free Software Foundation, Inc. + Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -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.