X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fvax-nat.c;h=c39ae296a9c4ba7c0ee6ac329eef9e754b2480dd;hb=875896e3e6880ec4c27b4fdfc37ae44881e11ca8;hp=884fdddccb10a35f12bf663f5f5451fcbc31a3d0;hpb=8acc9f485bba28b65935dcc3498d9f3b712ddac7;p=platform%2Fupstream%2Fbinutils.git diff --git a/gdb/vax-nat.c b/gdb/vax-nat.c index 884fddd..c39ae29 100644 --- a/gdb/vax-nat.c +++ b/gdb/vax-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for VAX UNIXen (including older BSD's). - Copyright (C) 2004-2013 Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -20,7 +20,6 @@ #include "defs.h" #include "inferior.h" -#include "gdb_assert.h" #include #include #include @@ -74,7 +73,7 @@ vax_register_u_offset (struct gdbarch *gdbarch, int regnum, int store_p) int pid; errno = 0; - pid = PIDGET (inferior_ptid); + pid = ptid_get_pid (inferior_ptid); u_ar0 = ptrace (PT_READ_U, pid, u_ar0_offset, 0); if (errno) perror_with_name (_("Unable to determine location of registers"));