From aeb98c608928d002a6b4062ec7704447ccc9769d Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Tue, 12 Feb 2002 00:59:27 +0000 Subject: [PATCH] * arm-linux-nat.c: Really include arm-tdep.h. * config/arm/tm-linux.h (struct type, struct value): Declare. --- gdb/ChangeLog | 5 +++++ gdb/arm-linux-nat.c | 2 ++ gdb/config/arm/tm-linux.h | 2 ++ 3 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f671b08783d..53dc6a969af 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-02-11 Richard Earnshaw + + * arm-linux-nat.c: Really include arm-tdep.h. + * config/arm/tm-linux.h (struct type, struct value): Declare. + 2002-02-11 Richard Earnshaw * arm-tdep.h: New file. diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 115e960cf7b..c8a1ddf7265 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -24,6 +24,8 @@ #include "gdb_string.h" #include "regcache.h" +#include "arm-tdep.h" + #include #include #include diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index c815c4849cc..7e3a80c4b68 100644 --- a/gdb/config/arm/tm-linux.h +++ b/gdb/config/arm/tm-linux.h @@ -51,6 +51,8 @@ extern LONGEST arm_linux_call_dummy_words[]; /* Extract from an array REGBUF containing the (raw) register state a function return value of type TYPE, and copy that, in virtual format, into VALBUF. */ +struct type; +struct value; extern void arm_linux_extract_return_value (struct type *, char[], char *); #undef EXTRACT_RETURN_VALUE #define EXTRACT_RETURN_VALUE(TYPE,REGBUF,VALBUF) \ -- 2.30.2