aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-03-14 20:23:05 +0000
committerIan Lance Taylor <ian@airs.com>1994-03-14 20:23:05 +0000
commitc0386c7a9ff014aac09b81c7b7c901f27e904ef5 (patch)
treec0c773fac2cbc35bd8bad2771369b68eee56f664 /opcodes
parent954979ca8ba1a7e98da290ce91ee13063226f9ef (diff)
downloadgdb-c0386c7a9ff014aac09b81c7b7c901f27e904ef5.zip
gdb-c0386c7a9ff014aac09b81c7b7c901f27e904ef5.tar.gz
gdb-c0386c7a9ff014aac09b81c7b7c901f27e904ef5.tar.bz2
* m68881-ext.c: Removed; no longer used.
* Makefile.in: Changed accordingly.
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 */
-};