* config/i386/tm-i386.h: Don't include "regcache.h".

This commit is contained in:
Mark Kettenis 2002-08-15 18:35:11 +00:00
parent 61113f8bf1
commit 5d2d0b2ae2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2002-08-15 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
* config/i386/tm-i386.h: Don't include "regcache.h".
* i387-tdep.h (i387_print_float_info): New prototype.
* i387-tdep.c (print_i387_value, print_i387_ext,
print_i387_status_word, print_i387_control_word): Add `struct

View File

@ -24,8 +24,6 @@
#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL
#include "regcache.h"
/* FIXME: kettenis/2000-06-12: These do not belong here. */
extern void print_387_control_word (unsigned int);
extern void print_387_status_word (unsigned int);