From 4879254531c753527f4ae3bcf7e625fa71ca3902 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 28 Feb 1994 06:06:05 +0000 Subject: * 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. --- gdb/m88k-tdep.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gdb/m88k-tdep.c') diff --git a/gdb/m88k-tdep.c b/gdb/m88k-tdep.c index 189db6f..a9d9e12 100644 --- a/gdb/m88k-tdep.c +++ b/gdb/m88k-tdep.c @@ -26,7 +26,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "symtab.h" #include "setjmp.h" #include "value.h" -#include "ieee-float.h" /* for ext_format & friends */ /* Size of an instruction */ #define BYTES_PER_88K_INSN 4 @@ -37,13 +36,6 @@ void frame_find_saved_regs (); relevance for the ways in which we screw with instruction pointers. */ int target_is_m88110 = 0; -/* FIXME: this is really just a guess based on m88110 being big - endian. */ -const struct ext_format ext_format_m88110 = { -/* tot sbyte smask expbyte manbyte */ - 10, 0, 0x80, 0,1, 4,8 /* m88110 */ -}; - /* Given a GDB frame, determine the address of the calling function's frame. This will be used to create a new GDB frame struct, and then INIT_EXTRA_FRAME_INFO and INIT_FRAME_PC will be called for the new frame. -- cgit v1.1