diff options
author | Markus Deuling <deuling@de.ibm.com> | 2008-02-20 15:45:20 +0000 |
---|---|---|
committer | Markus Deuling <deuling@de.ibm.com> | 2008-02-20 15:45:20 +0000 |
commit | 79920182d4ed2ee45f0accf04b32c623d6876b75 (patch) | |
tree | 7e8cbd5ad061a18af70685dc10046b000745cea1 /gdb/Makefile.in | |
parent | 4bee508bbeadd21fe7d6f42b6ccd14be15ca307b (diff) | |
download | gdb-79920182d4ed2ee45f0accf04b32c623d6876b75.tar.gz |
2008-02-20 Markus Deuling <deuling@de.ibm.com>
Mark Kettenis <kettenis@gnu.org>
* alpha-tdep.c (alpha_heuristic_unwind_cache): Replace saved_regs by
trad_frame_saved_reg.
(trad-frame.h): New include.
(alpha_heuristic_frame_unwind_cache): Use trad_frame_alloc_saved_regs
instead of frame_obstack_zalloc.
(alpha_heuristic_frame_prev_register): Use trad_frame_get_prev_register.
* Makefile.in (alpha-tdep.o): Add dependency to trad_frame_h.
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 803c4a89044..027cbb135f3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1847,7 +1847,7 @@ alpha-tdep.o: alpha-tdep.c $(defs_h) $(doublest_h) $(frame_h) \ $(symtab_h) $(value_h) $(gdbcmd_h) $(gdbcore_h) $(dis_asm_h) \ $(symfile_h) $(objfiles_h) $(gdb_string_h) $(linespec_h) \ $(regcache_h) $(reggroups_h) $(arch_utils_h) $(osabi_h) $(block_h) \ - $(infcall_h) $(elf_bfd_h) $(alpha_tdep_h) + $(infcall_h) $(elf_bfd_h) $(alpha_tdep_h) $(trad_frame_h) amd64bsd-nat.o: amd64bsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(target_h) $(gdb_assert_h) $(amd64_tdep_h) $(amd64_nat_h) \ $(inf_ptrace_h) |