gas: avoid spurious failures in non-ELF targets in the SPARC testsuite.
[deliverable/binutils-gdb.git] / include / opcode / dlx.h
index 278e936cdf902b4c54ac46ae462306eca2b97f6a..1d53c52a57ddfe1671cc4b534f13ecba14b74f6a 100644 (file)
@@ -1,11 +1,11 @@
 /* Table of opcodes for the DLX microprocess.
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
    This file is part of GDB and GAS.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -15,7 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.
 
    Initially created by Kuang Hwa Lin, 2002.   */
 
 struct dlx_opcode
 {
   /* Name of the instruction.  */
-  char *name;
+  const char *name;
 
   /* Opcode word.  */
   unsigned long opcode;
@@ -160,7 +161,7 @@ struct dlx_opcode
      D       An immediate operand is in bits 0-25 of the instruction.
      N       No opperands needed, for nops.
      P       it can be a register or a 16 bit operand.  */
-  char *args;
+  const char *args;
 };
 
 static const struct dlx_opcode dlx_opcodes[] =
This page took 0.025185 seconds and 4 git commands to generate.