aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/.Sanitize1
-rw-r--r--opcodes/ChangeLog3
-rw-r--r--opcodes/m68881-ext.c6
3 files changed, 3 insertions, 7 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize
index e4cdc66..81bcfd7 100644
--- a/opcodes/.Sanitize
+++ b/opcodes/.Sanitize
@@ -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
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 31fbf69..4b5c35e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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
index ca3109f..0000000
--- a/opcodes/m68881-ext.c
+++ /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 */
-};