diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-05-21 14:47:26 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-05-21 14:47:26 +0000 |
commit | c384d05e77815f90d2dce56b9fc9726e6409c750 (patch) | |
tree | 93a74acd928781145acdc536611c3e4fff152917 /gdb/Makefile.in | |
parent | 2c42c8d9f431415c76917f7d53e678978a3612c1 (diff) | |
download | gdb-c384d05e77815f90d2dce56b9fc9726e6409c750.tar.gz |
* alpha-mdebug-tdep.c: Include "trad-frame.h".
(struct alpha_mdebug_unwind_cache): Change type of SAVED_REGS to
struct trad_frame_saved_reg *.
(alpha_mdebug_frame_unwind_cache): Allocate SAVED_REGS using
trad_frame_alloc_saved_regs. Update accesses. Record previous
value of SP as being vfp.
(alpha_mdebug_frame_prev_register): Use trad_frame_get_prev_register.
* Makefile.in (alpha-mdebug-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9f8db5336f1..fc2fe6ac31f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1862,8 +1862,8 @@ alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(gdb_assert_h) \ $(regcache_h) $(alpha_tdep_h) alpha-mdebug-tdep.o: alpha-mdebug-tdep.c $(defs_h) $(frame_h) \ $(frame_unwind_h) $(frame_base_h) $(symtab_h) $(gdbcore_h) \ - $(block_h) $(gdb_assert_h) $(gdb_string_h) $(alpha_tdep_h) \ - $(mdebugread_h) + $(block_h) $(gdb_assert_h) $(gdb_string_h) $(trad_frame_h) \ + $(alpha_tdep_h) $(mdebugread_h) alpha-nat.o: alpha-nat.c $(defs_h) $(gdb_string_h) $(inferior_h) \ $(gdbcore_h) $(target_h) $(regcache_h) $(alpha_tdep_h) $(gregset_h) alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ |