OSDN Git Service

2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Sat, 15 Jan 2005 00:10:02 +0000 (00:10 +0000)
committerjjohnstn <jjohnstn>
Sat, 15 Jan 2005 00:10:02 +0000 (00:10 +0000)
        * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.

gdb/ia64-linux-nat.c

index 285567c..bfa177c 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
+   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -27,6 +27,7 @@
 #include "target.h"
 #include "gdbcore.h"
 #include "regcache.h"
+#include "ia64-tdep.h"
 
 #include <signal.h>
 #include <sys/ptrace.h>