From: rearnsha Date: Tue, 12 Feb 2002 00:58:19 +0000 (+0000) Subject: * arm-linux-nat.c: Really include arm-tdep.h. X-Git-Tag: cygwin_daemon_merge_HEAD~337 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7698caa5fb966258029031163a8d27ee8cba126d;p=pf3gnuchains%2Fpf3gnuchains4x.git * arm-linux-nat.c: Really include arm-tdep.h. * config/arm/tm-linux.h (struct type, struct value): Declare. --- diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 115e960cf7..c8a1ddf726 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 c815c4849c..7e3a80c4b6 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) \