mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
3d8dcac680
* hppa-linux-tdep.c: Include regset.h. (GR_REGNUM, TR_REGNUM, greg_map): New. (hppa_linux_supply_regset, hppa_linux_supply_fpregset): New. (hppa_linux_regset, hppa_linux_fpregset): New. (hppa_linux_regset_from_core_section): New. (hppa_linux_init_abi): Set regset_from_core_section. (_initialize_hppa_linux_tdep): Register osabi handler for 64-bit Linux. * Makefile.in (hppa-linux-tdep.o): Update dependencies. * config/pa/linux.mh: Stop using core-regset.o
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
# Host: Hewlett-Packard PA-RISC machine, running Linux
|
|
XDEPFILES=
|
|
NAT_FILE= nm-linux.h
|
|
NATDEPFILES= inf-ptrace.o fork-child.o corelow.o gcore.o \
|
|
hppa-linux-nat.o proc-service.o linux-thread-db.o linux-nat.o \
|
|
linux-fork.o
|
|
|
|
LOADLIBES = -ldl -rdynamic
|