*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ia64-linux-nat.c
index f570a967a6053013f6d6071c2a2f9d7025a50d4d..e2230815d1da014330a076a92c3e1fbda028da40 100644 (file)
@@ -1,7 +1,7 @@
 /* Functions specific to running gdb native on IA-64 running
    GNU/Linux.
 
-   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -18,8 +18,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #include "defs.h"
 #include "gdb_string.h"
@@ -700,5 +700,5 @@ _initialize_ia64_linux_nat (void)
   t->to_xfer_partial = ia64_linux_xfer_partial;
 
   /* Register the target.  */
-  add_target (t);
+  linux_nat_add_target (t);
 }
This page took 0.023444 seconds and 4 git commands to generate.