75e192e668
* config/linux64.h (NATDEPFILES): Likewise * sparc-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset, fill_fpregset): New. * sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset, fill_fpregset): New.
10 lines
328 B
Text
10 lines
328 B
Text
# Host: GNU/Linux SPARC
|
|
NAT_FILE= nm-linux.h
|
|
NATDEPFILES= sparc-nat.o sparc-linux-nat.o \
|
|
corelow.o core-regset.o fork-child.o inf-ptrace.o \
|
|
proc-service.o linux-thread-db.o \
|
|
gcore.o linux-nat.o linux-fork.o
|
|
|
|
# The dynamically loaded libthread_db needs access to symbols in the
|
|
# gdb executable.
|
|
LOADLIBES = -ldl -rdynamic
|