* procfs.c (proc_wait): Call print_sys_errmsg() if we get an
[deliverable/binutils-gdb.git] / gdb / vax-opcode.h
old mode 100644 (file)
new mode 100755 (executable)
index 1ad1454..594e635
@@ -1,4 +1,21 @@
-/* vax.opcode.h */
+/* Vax opcde list.
+   Copyright (C) 1989, 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
+(at your option) any later version.
+
+This program is 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 this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef vax_opcodeT
 #define vax_opcodeT int
@@ -22,7 +39,7 @@ struct vot                    /* vax opcode text */
 #define vot_detail detail
 #define vot_name name
 
-static struct vot
+const static struct vot
 votstrs[] =
 {
 {    "halt",   {"",                    0x00    } },
@@ -154,8 +171,8 @@ votstrs[] =
 {    "emul",   {"rlrlrlwq",            0x7a    } },
 {    "ediv",   {"rlrqwlwl",            0x7b    } },
 {    "clrd",   {"wd",                  0x7c    } },
-{    "clrq",   {"wd",                  0x7c    } },
 {    "clrg",   {"wg",                  0x7c    } },
+{    "clrq",   {"wd",                  0x7c    } },
 {    "movq",   {"rqwq",                0x7d    } },
 {    "movaq",  {"aqwl",                0x7e    } },
 {    "movad",  {"adwl",                0x7e    } },
@@ -220,7 +237,7 @@ votstrs[] =
 {    "bispsw", {"rw",                  0xb8    } },
 {    "bicpsw", {"rw",                  0xb9    } },
 {    "popr",   {"rw",                  0xba    } },
-{    "pushr<", {"rw",                  0xbb    } },
+{    "pushr",  {"rw",                  0xbb    } },
 {    "chmk",   {"rw",                  0xbc    } },
 {    "chme",   {"rw",                  0xbd    } },
 {    "chms",   {"rw",                  0xbe    } },
This page took 0.023934 seconds and 4 git commands to generate.