gdb/testsuite: Use -J option when compiling Fortran tests
[deliverable/binutils-gdb.git] / include / opcode / vax.h
index d604e3f9c65107ca4d07408351ad1305a31c0ede..6a5569cd5ecc8b8d152c10652acbe6c7743fc940 100644 (file)
@@ -1,21 +1,22 @@
 /* Vax opcde list.
-   Copyright (C) 1989, Free Software Foundation, Inc.
+   Copyright (C) 1989-2019 Free Software Foundation, Inc.
 
-This file is part of GDB and GAS.
+   This file is part of GDB and GAS.
 
-GDB and GAS are 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 1, or (at your option)
-any later version.
+   GDB and GAS are 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 3, or (at your option)
+   any later version.
 
-GDB and GAS are distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+   GDB and GAS are distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License
-along with GDB or GAS; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   You should have received a copy of the GNU General Public License
+   along with GDB or GAS; see the file COPYING3.  If not, write to
+   the Free Software Foundation, 51 Franklin Street - Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef vax_opcodeT
 #define vax_opcodeT int
@@ -24,13 +25,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 struct vot_wot                 /* vax opcode table: wot to do with this */
                                /* particular opcode */
 {
-  char *            args;      /* how to compile said opcode */
+  const char       *args;      /* how to compile said opcode */
   vax_opcodeT       code;      /* op-code (may be > 8 bits!) */
 };
 
 struct vot                     /* vax opcode text */
 {
-  char *            name;      /* opcode name: lowercase string  [key]  */
+  const char       *name;      /* opcode name: lowercase string  [key]  */
   struct vot_wot    detail;    /* rest of opcode table          [datum] */
 };
 
@@ -277,14 +278,14 @@ votstrs[] =
 {    "movaf",  {"afwl",                0xde    } },
 {    "pushal", {"al",                  0xdf    } },
 {    "pushaf", {"af",                  0xdf    } },
-{    "bbs",    {"rlabbb",              0xe0    } },
-{    "bbc",    {"rlabbb",              0xe1    } },
-{    "bbss",   {"rlabbb",              0xe2    } },
-{    "bbcs",   {"rlabbb",              0xe3    } },
-{    "bbsc",   {"rlabbb",              0xe4    } },
-{    "bbcc",   {"rlabbb",              0xe5    } },
-{    "bbssi",  {"rlabbb",              0xe6    } },
-{    "bbcci",  {"rlabbb",              0xe7    } },
+{    "bbs",    {"rlvbbb",              0xe0    } },
+{    "bbc",    {"rlvbbb",              0xe1    } },
+{    "bbss",   {"rlvbbb",              0xe2    } },
+{    "bbcs",   {"rlvbbb",              0xe3    } },
+{    "bbsc",   {"rlvbbb",              0xe4    } },
+{    "bbcc",   {"rlvbbb",              0xe5    } },
+{    "bbssi",  {"rlvbbb",              0xe6    } },
+{    "bbcci",  {"rlvbbb",              0xe7    } },
 {    "blbs",   {"rlbb",                0xe8    } },
 {    "blbc",   {"rlbb",                0xe9    } },
 {    "ffs",    {"rlrbvbwl",            0xea    } },
@@ -375,7 +376,7 @@ votstrs[] =
 {    "bugw",   {"rw",                  0xfeff  } },
                                         /* undefined opcodes here */
 
-{      ""       ,   ""          } /* empty is end sentinel */
+{      "",     {"", 0} }               /* empty is end sentinel */
 
 };                             /* votstrs */
 
This page took 0.026665 seconds and 4 git commands to generate.