X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=opcodes%2Ftic54x-opc.c;h=03cc31b57120755a11adedb70947c42d1db5ca0d;hb=5aae9ae97f65f6651cf91db856a1f8b4bef5e896;hp=91cea9928bf9c23a7f253e8bbb010334c6cd6ab5;hpb=d3ce72d070fa3a519388b0eca00d6cb45d337071;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/tic54x-opc.c b/opcodes/tic54x-opc.c index 91cea9928b..03cc31b571 100644 --- a/opcodes/tic54x-opc.c +++ b/opcodes/tic54x-opc.c @@ -1,5 +1,5 @@ /* Table of opcodes for the Texas Instruments TMS320C54X - Copyright 1999, 2000, 2001, 2007 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. Contributed by Timothy Wall (twall@cygnus.com) This file is part of the GNU opcodes library. @@ -24,7 +24,7 @@ #include "opcode/tic54x.h" /* these are the only register names not found in mmregs */ -const symbol regs[] = { +const tic54x_symbol regs[] = { { "AR0", 16 }, { "ar0", 16 }, { "AR1", 17 }, { "ar1", 17 }, { "AR2", 18 }, { "ar2", 18 }, @@ -38,7 +38,7 @@ const symbol regs[] = { /* status bits, MM registers, condition codes, etc */ /* some symbols are only valid for certain chips... */ -const symbol mmregs[] = { +const tic54x_symbol mmregs[] = { { "IMR", 0 }, { "imr", 0 }, { "IFR", 1 }, { "ifr", 1 }, { "ST0", 6 }, { "st0", 6 }, @@ -111,7 +111,7 @@ const symbol mmregs[] = { { NULL, 0}, }; -const symbol condition_codes[] = { +const tic54x_symbol condition_codes[] = { /* condition codes */ { "UNC", 0 }, { "unc", 0 }, #define CC1 0x40 @@ -155,7 +155,7 @@ const symbol condition_codes[] = { { NULL, 0 } }; -const symbol cc2_codes[] = { +const tic54x_symbol cc2_codes[] = { { "UNC", 0 }, { "unc", 0 }, { "AEQ", 5 }, { "aeq", 5 }, { "ANEQ", 4 }, { "aneq", 4 }, @@ -172,7 +172,7 @@ const symbol cc2_codes[] = { { NULL, 0 }, }; -const symbol cc3_codes[] = { +const tic54x_symbol cc3_codes[] = { { "EQ", 0x0000 }, { "eq", 0x0000 }, { "LT", 0x0100 }, { "lt", 0x0100 }, { "GT", 0x0200 }, { "gt", 0x0200 }, @@ -189,7 +189,7 @@ const symbol cc3_codes[] = { }; /* FIXME -- also allow decimal digits */ -const symbol status_bits[] = { +const tic54x_symbol status_bits[] = { /* status register 0 */ { "TC", 12 }, { "tc", 12 }, { "C", 11 }, { "c", 11 },