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 | 3d8dcac6802ec59fefddb85418d4236011790ef7 (patch) | |
tree | 5ae97b1501d2b7f1c7bf44be2b386094cece0429 /gdb/config | |
parent | 29d375acb527bd5d09aa0a3e1040e632ad94319c (diff) | |
download | gdb-3d8dcac6802ec59fefddb85418d4236011790ef7.zip gdb-3d8dcac6802ec59fefddb85418d4236011790ef7.tar.gz gdb-3d8dcac6802ec59fefddb85418d4236011790ef7.tar.bz2 |
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 b0362e4..8066fff 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 |