Add support for RISC-V architecture.
[deliverable/binutils-gdb.git] / opcodes / tic54x-dis.c
index 9811722d3bd0694a29959b5415d7fb4309b8aebe..e12349dd0ecb018d5039cff6d32a3f8f7edbbc89 100644 (file)
@@ -1,6 +1,5 @@
 /* Disassembly routines for TMS320C54X architecture
-   Copyright 1999, 2000, 2001, 2005, 2007, 2009, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1999-2016 Free Software Foundation, Inc.
    Contributed by Timothy Wall (twall@cygnus.com)
 
    This file is part of the GNU opcodes library.
@@ -531,7 +530,7 @@ sprint_mmr (disassemble_info *info ATTRIBUTE_UNUSED,
            char buf[],
            int mmr)
 {
-  symbol *reg = (symbol *) mmregs;
+  tic54x_symbol *reg = (tic54x_symbol *) mmregs;
   while (reg->name != NULL)
     {
       if (mmr == reg->value)
This page took 0.025733 seconds and 4 git commands to generate.