mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* m68881-ext.c: Removed; no longer used.
* Makefile.in: Changed accordingly.
This commit is contained in:
parent
954979ca8b
commit
c0386c7a9f
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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 */
|
||||
};
|
Loading…
Reference in New Issue
Block a user