* m68881-ext.c: Removed; no longer used.

* Makefile.in: Changed accordingly.
This commit is contained in:
Ian Lance Taylor 1994-03-14 20:23:05 +00:00
parent 954979ca8b
commit c0386c7a9f
3 changed files with 3 additions and 7 deletions

View File

@ -48,7 +48,6 @@ h8500-opc.h
hppa-dis.c
i386-dis.c
i960-dis.c
m68881-ext.c
m68k-dis.c
m88k-dis.c
mips-dis.c

View File

@ -1,5 +1,8 @@
Mon Mar 14 14:53:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* m68881-ext.c: Removed; no longer used.
* Makefile.in: Changed accordingly.
* m68k-dis.c (ext_format_68881): Don't declare.
(print_insn_m68k): If an instruction uses place 'i', it uses at
least four fixed bytes.

View File

@ -1,6 +0,0 @@
#include "ieee-float.h"
CONST struct ext_format ext_format_68881 = {
/* tot sbyte smask expbyte manbyte */
12, 0, 0x80, 0,1, 4,8 /* mc68881 */
};