From aeb98c608928d002a6b4062ec7704447ccc9769d Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Tue, 12 Feb 2002 00:59:27 +0000 Subject: * arm-linux-nat.c: Really include arm-tdep.h. * config/arm/tm-linux.h (struct type, struct value): Declare. --- gdb/config/arm/tm-linux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/config') diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index c815c48..7e3a80c 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) \ -- cgit v1.1