mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
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:
@ -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>
|
2000-03-29 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* findvar.c (extract_floating): Remove reference to
|
* findvar.c (extract_floating): Remove reference to
|
||||||
|
@ -20,5 +20,7 @@
|
|||||||
|
|
||||||
#define HOST_BYTE_ORDER LITTLE_ENDIAN
|
#define HOST_BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
|
||||||
|
#define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
|
||||||
|
|
||||||
/* Do implement the attach and detach commands. */
|
/* Do implement the attach and detach commands. */
|
||||||
#define ATTACH_DETACH 1
|
#define ATTACH_DETACH 1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Native support for GNU/Linux, for GDB, the GNU debugger.
|
/* 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.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
#define HOST_BYTE_ORDER LITTLE_ENDIAN
|
#define HOST_BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
|
||||||
|
#define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext
|
||||||
|
|
||||||
#define HAVE_TERMIOS
|
#define HAVE_TERMIOS
|
||||||
|
|
||||||
/* This is the amount to subtract from u.u_ar0
|
/* This is the amount to subtract from u.u_ar0
|
||||||
|
Reference in New Issue
Block a user