From 949df321ecbb3a593f36d10b03b68ba753acd061 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Sat, 15 Jan 2005 00:10:02 +0000 Subject: [PATCH] 2005-01-14 Jeff Johnston * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions. --- gdb/ChangeLog | 4 ++++ gdb/ia64-linux-nat.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f0dd4f1b7a..d81d90b731 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-01-14 Jeff Johnston + + * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions. + 2005-01-14 Andrew Cagney * exceptions.h (catch_exceptions): Delete errstring parameter. diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 285567c9bb..bfa177c13c 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 #include -- 2.34.1