forked from Imagelibrary/binutils-gdb
* i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c,
i386m3-nat.c, config/m68k/tm-m68k.h, i960-tdep.c config/i960/tm-i960.h, remote-nindy.c, config/m88k/tm-m88k.h, m88k-tdep.c: Use floatformat.h instead of ieee-float.h. * sparc-tdep.c: Remove now-obsolete ieee-float.h stuff * findvar.c: Update comment regarding ieee-float.h.
This commit is contained in:
@@ -27,16 +27,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include "symtab.h"
|
||||
#include "value.h"
|
||||
#include "frame.h"
|
||||
#include "ieee-float.h"
|
||||
#include "floatformat.h"
|
||||
#include "target.h"
|
||||
|
||||
/* Structure of i960 extended floating point format. */
|
||||
|
||||
const struct ext_format ext_format_i960 = {
|
||||
/* tot sbyte smask expbyte manbyte */
|
||||
12, 9, 0x80, 9,8, 4,0, /* i960 */
|
||||
};
|
||||
|
||||
/* gdb960 is always running on a non-960 host. Check its characteristics.
|
||||
This routine must be called as part of gdb initialization. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user