89dea5aa55
(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.
18 lines
248 B
Text
18 lines
248 B
Text
# Host: Intel x86 running DJGPP
|
|
# we don't need mmalloc on DJGPP
|
|
MH_CFLAGS= -DNO_MMALLOC
|
|
MMALLOC=
|
|
MMALLOC_CFLAGS=
|
|
|
|
XM_FILE= xm-go32.h
|
|
XDEPFILES=
|
|
|
|
NAT_FILE= nm-go32.h
|
|
NATDEPFILES= go32-nat.o i387-nat.o
|
|
|
|
TERMCAP=
|
|
HOST_IPC=
|
|
CC= gcc
|
|
XM_CLIBS= -ldbg
|
|
|
|
|