diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-28 06:02:11 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-28 06:02:11 +0000 |
commit | eae3f093625e013ce71cbf1a26e047b416c42b22 (patch) | |
tree | 123c8068833bf0d291b2b5d74c33fae6750dc639 /gdb/i386v-nat.c | |
parent | f3b477bec429432291fe6d3eb28dad3f7435a069 (diff) | |
download | gdb-eae3f093625e013ce71cbf1a26e047b416c42b22.zip gdb-eae3f093625e013ce71cbf1a26e047b416c42b22.tar.gz gdb-eae3f093625e013ce71cbf1a26e047b416c42b22.tar.bz2 |
* i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c,
i386m3-nat.c, config/m68k/tm-m68k.h, i960-tdep.c
config/i960/tm-i960.h, remote-nindy.c, config/m88k/tm-m88k.h,
m88k-tdep.c: Use floatformat.h instead of ieee-float.h.
* sparc-tdep.c: Remove now-obsolete ieee-float.h stuff
* findvar.c: Update comment regarding ieee-float.h.
Diffstat (limited to 'gdb/i386v-nat.c')
-rw-r--r-- | gdb/i386v-nat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/i386v-nat.c b/gdb/i386v-nat.c index 3e16d31..1a6213a 100644 --- a/gdb/i386v-nat.c +++ b/gdb/i386v-nat.c @@ -41,11 +41,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/reg.h> #endif -#include "ieee-float.h" +#include "floatformat.h" #include "target.h" -extern struct ext_format ext_format_i387; /* this table must line up with REGISTER_NAMES in tm-i386v.h */ /* symbols like 'EAX' come from <sys/reg.h> */ |