X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fvax-nat.c;h=d75f1209f0dbd9ad8e32fc7e668f94171d22109e;hb=64c311498e46cef6b70aa88577e7d7c382e0f7cc;hp=900a2a94dd4549dfba1fc81211dcca87548fe195;hpb=de732108dddc7254366a437fae458ecac7d45b84;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/vax-nat.c b/gdb/vax-nat.c index 900a2a94dd..d75f1209f0 100644 --- a/gdb/vax-nat.c +++ b/gdb/vax-nat.c @@ -1,12 +1,12 @@ /* Native-dependent code for VAX UNIXen (including older BSD's). - Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2004-2005, 2007-2012 Free Software Foundation, Inc. This file is part of GDB. 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 + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -15,9 +15,7 @@ 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., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #include "defs.h" #include "inferior.h" @@ -46,7 +44,7 @@ #include "vax-tdep.h" #include "inf-ptrace.h" -/* Address of the user structure. This is the the value for 32V; 3BSD +/* Address of the user structure. This is the value for 32V; 3BSD uses a different value, but hey, who's still using those systems? */ static CORE_ADDR vax_kernel_u_addr = 0x80020000; @@ -69,7 +67,7 @@ vax_register_u_addr (CORE_ADDR u_ar0, int regnum) } static CORE_ADDR -vax_register_u_offset (int regnum) +vax_register_u_offset (struct gdbarch *gdbarch, int regnum, int store_p) { size_t u_ar0_offset = offsetof (struct user, u_ar0); CORE_ADDR u_ar0;