diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-05-14 17:23:54 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-05-14 17:23:54 +0000 |
commit | 2bd0c3d7a728231bd6a21b25e5c18034159dcb61 (patch) | |
tree | e6de59a6f9627bce060c9686dabc87af4d8cb648 /gdb/Makefile.in | |
parent | 14d0675011b16e24eb46c557d59f281384751dcb (diff) | |
download | gdb-2bd0c3d7a728231bd6a21b25e5c18034159dcb61.zip gdb-2bd0c3d7a728231bd6a21b25e5c18034159dcb61.tar.gz gdb-2bd0c3d7a728231bd6a21b25e5c18034159dcb61.tar.bz2 |
* Makefile.in (mips-tdep.o): Update.
* mips-tdep.c (mips_gdbarch_init): Register the dwarf2 CFI
unwinder.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 336396d..7574f0b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2360,7 +2360,8 @@ mips-tdep.o: mips-tdep.c $(defs_h) $(gdb_string_h) $(gdb_assert_h) \ $(block_h) $(reggroups_h) $(opcode_mips_h) $(elf_mips_h) \ $(elf_bfd_h) $(symcat_h) $(sim_regno_h) $(dis_asm_h) \ $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) $(infcall_h) \ - $(floatformat_h) $(remote_h) $(target_descriptions_h) + $(floatformat_h) $(remote_h) $(target_descriptions_h) \ + $(dwarf2_frame_h) memory-map.o: memory-map.c $(defs_h) $(memory_map_h) $(xml_support_h) \ $(gdb_assert_h) $(exceptions_h) $(gdb_string_h) mn10300-linux-tdep.o: mn10300-linux-tdep.c $(defs_h) $(gdbcore_h) \ |