diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-04-23 20:20:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-04-23 20:20:16 +0000 |
commit | 0369e1963e337362d4c8554063732a17b0df8ccd (patch) | |
tree | 7d062b6fc555e8f9e11f01ee70c2795fd3190db1 | |
parent | 9e972ca0eda7909625dc1e3a8f29a3958f2c94c3 (diff) | |
download | gdb-0369e1963e337362d4c8554063732a17b0df8ccd.zip gdb-0369e1963e337362d4c8554063732a17b0df8ccd.tar.gz gdb-0369e1963e337362d4c8554063732a17b0df8ccd.tar.bz2 |
* sparc64-tdep.c: Include "dwarf2-frame.h".
(sparc64_dwarf2_frame_init_reg): New function.
* Makefile.in (sparc64-tdep.o): Update dependencies.
-rw-r--r-- | gdb/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 2a55e47..e60a3e5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2583,11 +2583,11 @@ sparc64obsd-tdep.o: sparc64obsd-tdep.c $(defs_h) $(frame_h) \ sparc64-sol2-tdep.o: sparc64-sol2-tdep.c $(defs_h) $(frame_h) \ $(frame_unwind_h) $(gdbarch_h) $(symtab_h) $(objfiles_h) $(osabi_h) \ $(trad_frame_h) $(gdb_assert_h) $(sparc64_tdep_h) $(solib_svr4_h) -sparc64-tdep.o: sparc64-tdep.c $(defs_h) $(arch_utils_h) $(floatformat_h) \ - $(frame_h) $(frame_base_h) $(frame_unwind_h) $(gdbcore_h) \ - $(gdbtypes_h) $(inferior_h) $(symtab_h) $(objfiles_h) $(osabi_h) \ - $(regcache_h) $(target_h) $(value_h) $(gdb_assert_h) $(gdb_string_h) \ - $(sparc64_tdep_h) +sparc64-tdep.o: sparc64-tdep.c $(defs_h) $(arch_utils_h) $(dwarf2_frame_h) \ + $(floatformat_h) $(frame_h) $(frame_base_h) $(frame_unwind_h) \ + $(gdbcore_h) $(gdbtypes_h) $(inferior_h) $(symtab_h) $(objfiles_h) \ + $(osabi_h) $(regcache_h) $(target_h) $(value_h) $(gdb_assert_h) \ + $(gdb_string_h) $(sparc64_tdep_h) sparc-linux-tdep.o: sparc-linux-tdep.c $(defs_h) $(floatformat_h) $(frame_h) \ $(frame_unwind_h) $(gdbarch_h) $(gdbcore_h) $(osabi_h) $(regcache_h) \ $(solib_svr4_h) $(symtab_h) $(trad_frame_h) $(tramp_frame_h) \ |