diff options
Diffstat (limited to 'gdb/m32r-linux-nat.c')
-rw-r--r-- | gdb/m32r-linux-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/m32r-linux-nat.c b/gdb/m32r-linux-nat.c index bfe6435..454147b 100644 --- a/gdb/m32r-linux-nat.c +++ b/gdb/m32r-linux-nat.c @@ -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); } |