*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / vax-tdep.h
index d27f1a88eda603a41f05da29086d052a773d0cdd..cb25b91b70331e1b7976c350c4512eccef193e44 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for the VAX.
 
-   Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -16,8 +16,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., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef VAX_TDEP_H
 #define VAX_TDEP_H
@@ -26,6 +26,8 @@
 
 enum vax_regnum
 {
+  VAX_R0_REGNUM,
+  VAX_R1_REGNUM,
   VAX_AP_REGNUM = 12,          /* Argument pointer on user stack.  */
   VAX_FP_REGNUM,               /* Address of executing stack frame.  */
   VAX_SP_REGNUM,               /* Address of top of stack.  */
This page took 0.024738 seconds and 4 git commands to generate.