aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-06-30 18:55:19 +0000
committerMark Kettenis <kettenis@gnu.org>2002-06-30 18:55:19 +0000
commit4a93c5bb96178345ee280b7de1faaa117a47485c (patch)
tree8dc313202a42249a3820e6c7aa4695c7eefb2c07 /gdb
parent75751cd9938e3bcd697f112eed7aa2e61694dd65 (diff)
downloadgdb-4a93c5bb96178345ee280b7de1faaa117a47485c.zip
gdb-4a93c5bb96178345ee280b7de1faaa117a47485c.tar.gz
gdb-4a93c5bb96178345ee280b7de1faaa117a47485c.tar.bz2
* config/i386/tm-i386.h (struct frame_info, struct
frame_saved_regs, struct value, struct type): Remove forward declarations.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/config/i386/tm-i386.h6
2 files changed, 4 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bc48ba6..3da11ad 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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]
diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h
index 8ec3d4d..d6bc574 100644
--- a/gdb/config/i386/tm-i386.h
+++ b/gdb/config/i386/tm-i386.h
@@ -26,12 +26,6 @@
#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 (); }