mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-13 03:14:37 +08:00
* config/i386/tm-i386.h (struct frame_info, struct
frame_saved_regs, struct value, struct type): Remove forward declarations.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
2002-06-30 Mark Kettenis <kettenis@gnu.org>
|
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]
|
* config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
|
||||||
(FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
|
(FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
|
||||||
* config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
|
* config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
|
||||||
|
@ -26,12 +26,6 @@
|
|||||||
|
|
||||||
#include "regcache.h"
|
#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. */
|
/* Print out the i387 floating point state. */
|
||||||
extern void i387_float_info (void);
|
extern void i387_float_info (void);
|
||||||
#define FLOAT_INFO { i387_float_info (); }
|
#define FLOAT_INFO { i387_float_info (); }
|
||||||
|
Reference in New Issue
Block a user