* mi/mi-parse.h: Include <sys/time.h>.
[deliverable/binutils-gdb.git] / gdb / m68klinux-nat.c
index 777330c1ac06647821f40a9dec21ed06114eefb5..025fd6f8237fd25cbf875d3a5c27b8759aed9fc7 100644 (file)
@@ -1,6 +1,6 @@
 /* Motorola m68k native support for GNU/Linux.
 
-   Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
+   Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -633,7 +633,7 @@ _initialize_m68k_linux_nat (void)
   t->to_store_registers = m68k_linux_store_inferior_registers;
 
   /* Register the target.  */
-  add_target (t);
+  linux_nat_add_target (t);
 
   deprecated_add_core_fns (&linux_elf_core_fns);
 }
This page took 0.023822 seconds and 4 git commands to generate.