b7a8b4ef6b
(gdb_fpxregset_t): Likewise. (supply_fpxregset): Remove prototype. (fill_fpxregset): Likewise. * i386-linux-nat.c (supply_fpxregset): Remove. (fill_fpxregset): Likewise. (fetch_fpxregs): Inline supply_fpxregset call. (store_fpxregs): Inline fill_fpxregset call. * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h. * config/i386/nm-linux.h: Remove file.
12 lines
357 B
Text
12 lines
357 B
Text
# Host: Intel 386 running GNU/Linux.
|
|
|
|
NAT_FILE= config/nm-linux.h
|
|
NATDEPFILES= inf-ptrace.o fork-child.o \
|
|
i386-nat.o i386-linux-nat.o \
|
|
proc-service.o linux-thread-db.o \
|
|
linux-nat.o linux-fork.o
|
|
NAT_CDEPS = $(srcdir)/proc-service.list
|
|
|
|
# The dynamically loaded libthread_db needs access to symbols in the
|
|
# gdb executable.
|
|
LOADLIBES = -ldl $(RDYNAMIC)
|