diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-06-21 05:32:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-06-21 05:32:00 +0000 |
commit | dc28f363f511f9c9e704fd775fbf142410e86b84 (patch) | |
tree | ac18e0ccd668521a59160e1e039342fb9bcfc167 /gdb/Makefile.in | |
parent | 67f3cb056f76df8ae8afc2db99589273f4c468be (diff) | |
download | gdb-dc28f363f511f9c9e704fd775fbf142410e86b84.zip gdb-dc28f363f511f9c9e704fd775fbf142410e86b84.tar.gz gdb-dc28f363f511f9c9e704fd775fbf142410e86b84.tar.bz2 |
* hppabsd-tdep.c: Include "symtab.h", "objfiles.h", "target.h",
"value.h" and "elf/common.h".
(hppabsd_supply_gregset): Use `gdb_byte *' for byte buffer.
(hppabsd_find_global_pointer): New function.
(hppabsd_init_abi): Set TDEP->find_global_pointer to
hppabsd_find_global_pointer.
* Makefile.in (hppabsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 2cdb1b7..3a2bc4c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2003,8 +2003,9 @@ hpacc-abi.o: hpacc-abi.c $(defs_h) $(value_h) $(gdb_regex_h) $(gdb_string_h) \ $(gdbtypes_h) $(gdbcore_h) $(cp_abi_h) $(gnu_v2_abi_h) hppabsd-nat.o: hppabsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(target_h) $(hppa_tdep_h) $(inf_ptrace_h) -hppabsd-tdep.o: hppabsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ - $(regcache_h) $(regset_h) $(gdb_assert_h) $(gdb_string_h) \ +hppabsd-tdep.o: hppabsd-tdep.c $(defs_h) $(arch_utils_h) $(symtab_h) \ + $(objfiles_h) $(osabi_h) $(regcache_h) $(regset_h) $(target_h) \ + $(value_h) $(gdb_assert_h) $(gdb_string_h) $(elf_common_h) \ $(hppa_tdep_h) $(solib_svr4_h) hppa-hpux-nat.o: hppa-hpux-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(target_h) $(gdb_assert_h) $(hppa_tdep_h) $(inf_ptrace_h) \ |