diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-05-31 21:13:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-05-31 21:13:20 +0000 |
commit | 6405b0a631f9e01f22244d745afd9e7a8eaf9f55 (patch) | |
tree | c2f581d7b042648bf22220afeef2d616282f4062 /gdb/Makefile.in | |
parent | 7b34ad4ea9a2011f54177f0e895074d595644d45 (diff) | |
download | gdb-6405b0a631f9e01f22244d745afd9e7a8eaf9f55.zip gdb-6405b0a631f9e01f22244d745afd9e7a8eaf9f55.tar.gz gdb-6405b0a631f9e01f22244d745afd9e7a8eaf9f55.tar.bz2 |
* i386-tdep.c: Include "dwarf2-frame.h".
(i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
* Makefile.in (i386-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-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 26461f9..55e0204 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1798,11 +1798,11 @@ i386-sol2-tdep.o: i386-sol2-tdep.c $(defs_h) $(value_h) $(i386_tdep_h) \ $(osabi_h) i386-stub.o: i386-stub.c i386-tdep.o: i386-tdep.c $(defs_h) $(arch_utils_h) $(command_h) \ - $(dummy_frame_h) $(doublest_h) $(floatformat_h) $(frame_h) \ - $(frame_base_h) $(frame_unwind_h) $(inferior_h) $(gdbcmd_h) \ - $(gdbcore_h) $(objfiles_h) $(osabi_h) $(regcache_h) $(reggroups_h) \ - $(symfile_h) $(symtab_h) $(target_h) $(value_h) $(gdb_assert_h) \ - $(gdb_string_h) $(i386_tdep_h) $(i387_tdep_h) + $(dummy_frame_h) $(dwarf2_frame_h) $(doublest_h) $(floatformat_h) \ + $(frame_h) $(frame_base_h) $(frame_unwind_h) $(inferior_h) \ + $(gdbcmd_h) $(gdbcore_h) $(objfiles_h) $(osabi_h) $(regcache_h) \ + $(reggroups_h) $(symfile_h) $(symtab_h) $(target_h) $(value_h) \ + $(gdb_assert_h) $(gdb_string_h) $(i386_tdep_h) $(i387_tdep_h) i386b-nat.o: i386b-nat.c $(defs_h) i386bsd-nat.o: i386bsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(gdb_assert_h) $(gregset_h) $(i386_tdep_h) $(i387_tdep_h) \ |