* configure.ac (common): Make the default "yes" for all targets
[deliverable/binutils-gdb.git] / gdb / m32r-linux-nat.c
index bfe6435b3d416011244de99265e3f5b1d282ed94..454147b27aa7f2a478f32f2438696b721598e11b 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for GNU/Linux m32r.
 
-   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -250,5 +250,5 @@ _initialize_m32r_linux_nat (void)
   t->to_store_registers = m32r_linux_store_inferior_registers;
 
   /* Register the target.  */
-  add_target (t);
+  linux_nat_add_target (t);
 }
This page took 0.023441 seconds and 4 git commands to generate.