* config/i386/tm-i386.h (struct frame_info, struct
authorMark Kettenis <kettenis@gnu.org>
Sun, 30 Jun 2002 18:55:19 +0000 (18:55 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 30 Jun 2002 18:55:19 +0000 (18:55 +0000)
frame_saved_regs, struct value, struct type): Remove forward
declarations.

gdb/ChangeLog
gdb/config/i386/tm-i386.h

index bc48ba64d84ef1bb7f713d5019d47d632bc1db95..3da11ad8a30895f77002138266795079462b54e3 100644 (file)
@@ -1,5 +1,9 @@
 2002-06-30  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/i386/tm-i386.h (struct frame_info, struct
+       frame_saved_regs, struct value, struct type): Remove forward
+       declarations.
+
        * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
        (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
        * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
index 8ec3d4de852f41d42bfed88bc9078c425fd1ae63..d6bc5741eba0c307d5bae560c5bf8c4ae78952e0 100644 (file)
 
 #include "regcache.h"
 
-/* Forward declarations for prototypes.  */
-struct frame_info;
-struct frame_saved_regs;
-struct value;
-struct type;
-
 /* Print out the i387 floating point state.  */
 extern void i387_float_info (void);
 #define FLOAT_INFO { i387_float_info (); }