diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-15 00:10:02 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-01-15 00:10:02 +0000 |
commit | 949df321ecbb3a593f36d10b03b68ba753acd061 (patch) | |
tree | 96c62088653f4d6f7a7aa95f55ce542db0122342 | |
parent | aa23c537d8e7017f587b64af498c3fd04db4a5cf (diff) | |
download | gdb-949df321ecbb3a593f36d10b03b68ba753acd061.zip gdb-949df321ecbb3a593f36d10b03b68ba753acd061.tar.gz gdb-949df321ecbb3a593f36d10b03b68ba753acd061.tar.bz2 |
2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
* ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/ia64-linux-nat.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f0dd4f1..d81d90b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 285567c..bfa177c 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -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> |