diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-22 20:35:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-22 20:35:14 +0000 |
commit | 383d750bf39bdc06b42c50c854285345f6d2a848 (patch) | |
tree | be6952bbde545cec458689801ec1fdec71d5a78a /gdb/config/i386/i386gnu.mh | |
parent | 2b3c5a5dc1fd065e5e019292b2267b5c5e8b379f (diff) | |
download | gdb-383d750bf39bdc06b42c50c854285345f6d2a848.zip gdb-383d750bf39bdc06b42c50c854285345f6d2a848.tar.gz gdb-383d750bf39bdc06b42c50c854285345f6d2a848.tar.bz2 |
* i386gnu-nat.c: Include "i387-nat.h".
(struct env387): Removed.
(reg_offset): Fix comment.
(fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of
FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM. Rewrite to
use i387_supply_fsave.
(gnu_fetch_registers): Remove spurious whitespace.
(convert_to_env387): Remove.
(store_fpregs): Add argument regno. Use i387_fill_fsave instead
of convert_to_env387.
(gnu_store_registers): Remove spurious whitespace. Pass REGNO to
store_fpregs.
* config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o.
* config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o.
(NATDEPFILES): Add i387-nat.o.
Diffstat (limited to 'gdb/config/i386/i386gnu.mh')
-rw-r--r-- | gdb/config/i386/i386gnu.mh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/i386/i386gnu.mh b/gdb/config/i386/i386gnu.mh index 8f84c87..a250a28 100644 --- a/gdb/config/i386/i386gnu.mh +++ b/gdb/config/i386/i386gnu.mh @@ -1,6 +1,6 @@ # Host: Intel 386 running the GNU Hurd -XDEPFILES= i387-tdep.o -NATDEPFILES= i386gnu-nat.o gnu-nat.o fork-child.o solib.o solib-svr4.o solib-legacy.o corelow.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o +XDEPFILES= +NATDEPFILES= i386gnu-nat.o i387-nat.o gnu-nat.o fork-child.o solib.o solib-svr4.o solib-legacy.o corelow.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o XM_FILE= xm-i386gnu.h NAT_FILE= nm-gnu.h MH_CFLAGS = -D_GNU_SOURCE |