From: Mark Kettenis Date: Sat, 3 May 2014 20:43:16 +0000 (+0200) Subject: Git sucks! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ddd353ce073cb5ed6baedfb809bfb427342e7cd;p=binutils-gdb.git Git sucks! --- diff --git a/gdb/ppcobsd-nat.c b/gdb/ppcobsd-nat.c index d4cb78b24fc..1aa56d01b47 100644 --- a/gdb/ppcobsd-nat.c +++ b/gdb/ppcobsd-nat.c @@ -34,6 +34,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 +200,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);