Moved the position of the #### lines so that the makefile fragments
[deliverable/binutils-gdb.git] / gdb / vax-opcode.h
index 18a2ffb86823a139dbfe5f4b388c0b3cf2716811..594e6352b958653334985a0cdfc262caf74fdc77 100755 (executable)
@@ -3,19 +3,19 @@
 
 This file is part of GDB and GAS.
 
-GDB and GAS are free software; you can redistribute it and/or modify
+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 1, or (at your option)
-any later version.
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
 
-GDB and GAS are distributed in the hope that it will be useful,
+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 GDB or GAS; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+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
@@ -39,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    } },
This page took 0.031462 seconds and 4 git commands to generate.