* arm-linux-nat.c: Really include arm-tdep.h.
authorRichard Earnshaw <richard.earnshaw@arm.com>
Tue, 12 Feb 2002 00:59:27 +0000 (00:59 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Tue, 12 Feb 2002 00:59:27 +0000 (00:59 +0000)
* config/arm/tm-linux.h (struct type, struct value): Declare.

gdb/ChangeLog
gdb/arm-linux-nat.c
gdb/config/arm/tm-linux.h

index f671b08783d8e38f06f6d9b241752a0455260daa..53dc6a969af18e88c8be35b1a0eedc0791d0595c 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-linux-nat.c: Really include arm-tdep.h.
+       * config/arm/tm-linux.h (struct type, struct value): Declare.
+
 2002-02-11  Richard Earnshaw  <rearnsha@arm.com>
 
        * arm-tdep.h: New file.
index 115e960cf7b922229199a22bc039660ff27ccd52..c8a1ddf7265cde289f00346191c59c96454b4dfc 100644 (file)
@@ -24,6 +24,8 @@
 #include "gdb_string.h"
 #include "regcache.h"
 
+#include "arm-tdep.h"
+
 #include <sys/user.h>
 #include <sys/ptrace.h>
 #include <sys/utsname.h>
index c815c4849ccc3a27bb17dc3abdb28b6b2777961e..7e3a80c4b68cb0faeb9d9fa83c156d9756eb6399 100644 (file)
@@ -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) \