From: Mark Kettenis Date: Sun, 30 Jun 2002 18:55:19 +0000 (+0000) Subject: * config/i386/tm-i386.h (struct frame_info, struct X-Git-Tag: binutils-2_13-branchpoint~165 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a93c5bb96178345ee280b7de1faaa117a47485c;p=platform%2Fupstream%2Fbinutils.git * config/i386/tm-i386.h (struct frame_info, struct frame_saved_regs, struct value, struct type): Remove forward declarations. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc48ba64d84..3da11ad8a30 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-06-30 Mark Kettenis + * 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 8ec3d4de852..d6bc5741eba 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 (); }