713f0374c0
* config/arm/linux.mh (NATDEPFILES): Add proc-service.o, thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o. * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP, GET_THREAD_SIGNALS): Define. * arm-linux-nat.c (fill_gregset): Correct type of argument. (supply_gregset): Likewise. (fill_fpregset): Likewise. (supply_fpregset): Likewise.
12 lines
260 B
Text
12 lines
260 B
Text
# Host: ARM based machine running GNU/Linux
|
|
|
|
XM_FILE= xm-linux.h
|
|
XDEPFILES=
|
|
|
|
NAT_FILE= nm-linux.h
|
|
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
|
|
core-regset.o arm-linux-nat.o \
|
|
proc-service.o thread-db.o lin-lwp.o
|
|
|
|
LOADLIBES= -ldl -rdynamic
|
|
|