* m68881-ext.c: Removed; no longer used.
authorIan Lance Taylor <ian@airs.com>
Mon, 14 Mar 1994 20:23:05 +0000 (20:23 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 14 Mar 1994 20:23:05 +0000 (20:23 +0000)
* Makefile.in: Changed accordingly.

opcodes/.Sanitize
opcodes/ChangeLog
opcodes/m68881-ext.c [deleted file]

index e4cdc66c398edc636e05562a070605306aa8a7d7..81bcfd7e37c3b8ed53f97c54bc85fe1153d59962 100644 (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
index 31fbf69e9535e8e9e0b10a22891cee3b4c0fb60a..4b5c35e19ea9e222ba05460780ceec9bf04c95c1 100644 (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.
diff --git a/opcodes/m68881-ext.c b/opcodes/m68881-ext.c
deleted file mode 100644 (file)
index ca3109f..0000000
+++ /dev/null
@@ -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 */
-};
This page took 0.031278 seconds and 4 git commands to generate.