Add set/show debug dwarf-line.
[deliverable/binutils-gdb.git] / gdb / mips64obsd-nat.c
index 75ffd89a7ec098dd0c82d21004fcb064dd832a71..56d4fa9e5127790473be58ff807e972e7f4db900 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for OpenBSD/mips64.
 
-   Copyright (C) 2004-2014 Free Software Foundation, Inc.
+   Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,6 +28,7 @@
 
 #include "mips-tdep.h"
 #include "inf-ptrace.h"
+#include "obsd-nat.h"
 
 /* Shorthand for some register numbers used below.  */
 #define MIPS_PC_REGNUM MIPS_EMBED_PC_REGNUM
@@ -121,5 +122,5 @@ _initialize_mips64obsd_nat (void)
   t = inf_ptrace_target ();
   t->to_fetch_registers = mips64obsd_fetch_inferior_registers;
   t->to_store_registers = mips64obsd_store_inferior_registers;
-  add_target (t);
+  obsd_add_target (t);
 }
This page took 0.023528 seconds and 4 git commands to generate.