diff options
author | Randolph Chung <tausq@debian.org> | 2006-03-30 14:27:45 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2006-03-30 14:27:45 +0000 |
commit | f9f31b24f87e41287de4953cf35e06d67c95b662 (patch) | |
tree | 96435c338f12907b16d0dd61538aa3897dc88da3 /gdb/config | |
parent | e28fec720eaeb8ff161846eeb918bbbcf3e1e232 (diff) | |
download | gdb-f9f31b24f87e41287de4953cf35e06d67c95b662.tar.gz |
2005-03-30 Randolph Chung <tausq@debian.org>
* 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
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/linux.mh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/pa/linux.mh b/gdb/config/pa/linux.mh index b0362e49cc1..8066fff9758 100644 --- a/gdb/config/pa/linux.mh +++ b/gdb/config/pa/linux.mh @@ -2,7 +2,7 @@ XDEPFILES= NAT_FILE= nm-linux.h NATDEPFILES= inf-ptrace.o fork-child.o corelow.o gcore.o \ - core-regset.o hppa-linux-nat.o \ - proc-service.o linux-thread-db.o linux-nat.o linux-fork.o + hppa-linux-nat.o proc-service.o linux-thread-db.o linux-nat.o \ + linux-fork.o LOADLIBES = -ldl -rdynamic |