* go32-nat.c: Include i387-nat.h.
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Feb 2001 07:22:17 +0000 (07:22 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Feb 2001 07:22:17 +0000 (07:22 +0000)
commit89dea5aa55a43f4afa567c1d3a5fd7b0470abdd4
tree9b725455a90633d1a03c40886ed1790e596026a0
parentb2f9ec70af37917616d03dc3c5f6fa1e2aaa60a2
* go32-nat.c: Include i387-nat.h.
(fetch_register): New function, uses some of the guts of
go32_fetch_registers and i387_supply_register.
(go32_fetch_registers): Most of the code moved into
fetch_register.  Use i387_supply_fsave.
(store_register): Use i387_fill_fsave instead of custom code.
(go32_store_registers): Use i387_fill_fsave.

* Makefile.in (go32-nat.o): Depend on i387-nat.h.

* config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/i386/go32.mh
gdb/go32-nat.c