diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2003-09-25 09:10:30 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2003-09-25 09:10:30 +0000 |
commit | 3f244638cfe4bedd1ca9b4f5fcbbe26f4b7833b7 (patch) | |
tree | 409c2f5cc39071401567e6ba50b5cefa0c3a3a09 /gdb/Makefile.in | |
parent | 1c0159e090d804f2a9d2203a1c6d9edca1eb758b (diff) | |
download | gdb-3f244638cfe4bedd1ca9b4f5fcbbe26f4b7833b7.zip gdb-3f244638cfe4bedd1ca9b4f5fcbbe26f4b7833b7.tar.gz gdb-3f244638cfe4bedd1ca9b4f5fcbbe26f4b7833b7.tar.bz2 |
* m68k-tdep.c: Include "dwarf2-frame.h".
(m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
* Makefile.in (m68k-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 350a255..3146aed 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1994,8 +1994,8 @@ m68knbsd-nat.o: m68knbsd-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ $(regcache_h) m68knbsd-tdep.o: m68knbsd-tdep.c $(defs_h) $(gdbtypes_h) $(regcache_h) m68k-stub.o: m68k-stub.c -m68k-tdep.o: m68k-tdep.c $(defs_h) $(frame_h) $(frame_base_h) \ - $(frame_unwind_h) $(symtab_h) $(gdbcore_h) $(value_h) \ +m68k-tdep.o: m68k-tdep.c $(defs_h) $(dwarf2_frame_h) $(frame_h) \ + $(frame_base_h) $(frame_unwind_h) $(symtab_h) $(gdbcore_h) $(value_h) \ $(gdb_string_h) $(gdb_assert_h) $(inferior_h) $(regcache_h) \ $(arch_utils_h) $(osabi_h) $(dis_asm_h) $(m68k_tdep_h) $(gregset_h) macrocmd.o: macrocmd.c $(defs_h) $(macrotab_h) $(macroexp_h) $(macroscope_h) \ |