aboutsummaryrefslogtreecommitdiff
path: root/gdb/m88k-tdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m88k-tdep.c')
-rw-r--r--gdb/m88k-tdep.c8
1 files changed, 0 insertions, 8 deletions
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.