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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 644e9d9..a059b8b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2033,7 +2033,7 @@ hppa-linux-nat.o: hppa-linux-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ hppa-linux-tdep.o: hppa-linux-tdep.c $(defs_h) $(gdbcore_h) $(osabi_h) \ $(target_h) $(objfiles_h) $(solib_svr4_h) $(glibc_tdep_h) \ $(frame_unwind_h) $(trad_frame_h) $(dwarf2_frame_h) $(value_h) \ - $(hppa_tdep_h) $(elf_common_h) + $(hppa_tdep_h) $(elf_common_h) $(regset_h) hppa-tdep.o: hppa-tdep.c $(defs_h) $(bfd_h) $(inferior_h) $(regcache_h) \ $(completer_h) $(osabi_h) $(gdb_assert_h) $(arch_utils_h) \ $(symtab_h) $(dis_asm_h) $(trad_frame_h) $(frame_unwind_h) \ |