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

gdb/ChangeLog
gdb/ia64-linux-nat.c

index f0dd4f1b7a0164e6f6d5fd4241299731c6f49848..d81d90b7316e687b888f972d878d7bf085ce3055 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-14  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
+
 2005-01-14  Andrew Cagney  <cagney@gnu.org>
 
        * exceptions.h (catch_exceptions): Delete errstring parameter.
index 285567c9bbec7ff8bca15ba7d4fc8a5e71f5ac6c..bfa177c13c1983f79256463ac4fade104055f217 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>
This page took 0.026075 seconds and 4 git commands to generate.