2000-04-02 Mark Kettenis <kettenis@gnu.org>
* config/i386/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define as &floatformat_i387_ext. * config/i386/xm-i386gnu.h (HOST_LONG_DOUBLE_FORMAT): Likewise.
This commit is contained in:
parent
bf80011a5b
commit
b1ced0139c
@ -1,3 +1,9 @@
|
||||
2000-04-02 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* config/i386/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define as
|
||||
&floatformat_i387_ext.
|
||||
* config/i386/xm-i386gnu.h (HOST_LONG_DOUBLE_FORMAT): Likewise.
|
||||
|
||||
2000-03-29 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* findvar.c (extract_floating): Remove reference to
|
||||
|
@ -20,5 +20,7 @@
|
||||
|
||||
#define HOST_BYTE_ORDER LITTLE_ENDIAN
|
||||
|
||||
#define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
|
||||
|
||||
/* Do implement the attach and detach commands. */
|
||||
#define ATTACH_DETACH 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Native support for GNU/Linux, for GDB, the GNU debugger.
|
||||
Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
|
||||
Copyright (C) 1986, 1987, 1989, 1992, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
||||
@ -25,6 +25,8 @@
|
||||
|
||||
#define HOST_BYTE_ORDER LITTLE_ENDIAN
|
||||
|
||||
#define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
|
||||
|
||||
#define HAVE_TERMIOS
|
||||
|
||||
/* This is the amount to subtract from u.u_ar0
|
||||
|
Loading…
Reference in New Issue
Block a user