update copyright dates
[deliverable/binutils-gdb.git] / gas / config / vax-inst.h
index 9debebe252f70f6fb48a4eb4976b0e2471368fc7..4f4f961a2a7ffba53545e98b627463a17977124e 100644 (file)
@@ -1,11 +1,12 @@
 /* vax-inst.h - GNU - Part of vax.c
-   Copyright 1987, 1992, 1995, 2000 Free Software Foundation, Inc.
+   Copyright 1987, 1992, 1995, 2000, 2002, 2005, 2007
+   Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
    GAS 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, or (at your option)
+   the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    GAS is distributed in the hope that it will be useful,
@@ -15,7 +16,7 @@
 
    You should have received a copy of the GNU General Public License
    along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /*
  * This is part of vax-ins-parse.c & friends.
@@ -54,11 +55,14 @@ typedef long vax_opcodeT;   /* For initialising array of opcodes       */
 #define VAX_WIDTH_WORD_JUMP          '!'       /* and VIT_OPCODE_SYNTHETIC set.  */
 #define VAX_WIDTH_BYTE_JUMP         ':'        /*                                */
 
+#define VAX_JSB (0x16)         /* Jump to subroutine                      */
 #define VAX_JMP (0x17)         /* Useful for branch optimising. Jump instr*/
 #define VAX_PC_RELATIVE_MODE (0xef)    /* Use it after VAX_JMP            */
 #define VAX_ABSOLUTE_MODE (0x9F)/* Use as @#...                           */
 #define VAX_BRB (0x11)         /* Canonical branch.                       */
 #define VAX_BRW (0x31)         /* Another canonical branch                */
+#define VAX_CALLS (0xFB)       /* Call with arg list on stack             */
+#define VAX_CALLG (0xFA)       /* Call with arg list in memory            */
 #define VAX_WIDEN_WORD (0x20)  /* Add this to byte branch to get word br.  */
 #define VAX_WIDEN_LONG (0x6)   /* Add this to byte branch to get long jmp.*/
 /* Needs VAX_PC_RELATIVE_MODE byte after it*/
This page took 0.025667 seconds and 4 git commands to generate.