X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fppcobsd-nat.c;h=c8e82c38799629cf5f491b3f00eb24b9c6bedab9;hb=484b3c325d8182cd7b7da4ceeaedc238c7f80b5c;hp=1286c80380cfd4fef08799e97e4736c6d347bedc;hpb=dfd4cc6311a8cf56cd6f4e0249fc243cface5a7f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ppcobsd-nat.c b/gdb/ppcobsd-nat.c index 1286c80380..c8e82c3879 100644 --- a/gdb/ppcobsd-nat.c +++ b/gdb/ppcobsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for OpenBSD/powerpc. - Copyright (C) 2004-2013 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -22,8 +22,6 @@ #include "inferior.h" #include "regcache.h" -#include "gdb_assert.h" -#include #include #include #include @@ -34,6 +32,7 @@ #include "ppc-tdep.h" #include "ppcobsd-tdep.h" #include "inf-ptrace.h" +#include "obsd-nat.h" #include "bsd-kvm.h" /* OpenBSD/powerpc didn't have PT_GETFPREGS/PT_SETFPREGS until release @@ -199,7 +198,7 @@ _initialize_ppcobsd_nat (void) t = inf_ptrace_target (); t->to_fetch_registers = ppcobsd_fetch_registers; t->to_store_registers = ppcobsd_store_registers; - add_target (t); + obsd_add_target (t); /* General-purpose registers. */ ppcobsd_reg_offsets.r0_offset = offsetof (struct reg, gpr);