]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/m68klinux-nat.c
* linux-nat.c (linux_ops_saved): New.
[thirdparty/binutils-gdb.git] / gdb / m68klinux-nat.c
index 777330c1ac06647821f40a9dec21ed06114eefb5..0da875e4c168639e85df370a36013d25f62e2f94 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
    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);
 }