aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/i386gnu.mh
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-07-22 20:35:14 +0000
committerMark Kettenis <kettenis@gnu.org>2001-07-22 20:35:14 +0000
commit383d750bf39bdc06b42c50c854285345f6d2a848 (patch)
treebe6952bbde545cec458689801ec1fdec71d5a78a /gdb/config/i386/i386gnu.mh
parent2b3c5a5dc1fd065e5e019292b2267b5c5e8b379f (diff)
downloadfsf-binutils-gdb-383d750bf39bdc06b42c50c854285345f6d2a848.zip
fsf-binutils-gdb-383d750bf39bdc06b42c50c854285345f6d2a848.tar.gz
fsf-binutils-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.mh4
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