X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fopcode%2Ftic54x.h;h=153e4f00191afc79056ef1a15d6bf90aa8c84a34;hb=6d350754a32007465f9adbc11b87339e4493b358;hp=49120de6f1cab23a221b224e178f95a5af3d1250;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/include/opcode/tic54x.h b/include/opcode/tic54x.h index 49120de6f1..153e4f0019 100644 --- a/include/opcode/tic54x.h +++ b/include/opcode/tic54x.h @@ -1,5 +1,5 @@ /* tic54x.h -- Header file for TI TMS320C54X opcode table - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. Written by Timothy Wall (twall@cygnus.com) This file is part of GDB, GAS, and the GNU binutils. @@ -26,7 +26,7 @@ typedef struct _symbol { const char *name; unsigned short value; -} symbol; +} tic54x_symbol; enum optype { OPT = 0x8000, @@ -152,9 +152,9 @@ typedef struct _template extern const insn_template tic54x_unknown_opcode; extern const insn_template tic54x_optab[]; extern const insn_template tic54x_paroptab[]; -extern const symbol mmregs[], regs[]; -extern const symbol condition_codes[], cc2_codes[], status_bits[]; -extern const symbol cc3_codes[]; +extern const tic54x_symbol mmregs[], regs[]; +extern const tic54x_symbol condition_codes[], cc2_codes[], status_bits[]; +extern const tic54x_symbol cc3_codes[]; extern const char *misc_symbols[]; struct disassemble_info; extern const insn_template* tic54x_get_insn (struct disassemble_info *,