diff options
author | Kevin Buettner <kevinb@redhat.com> | 2003-09-08 23:01:29 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2003-09-08 23:01:29 +0000 |
commit | 1cb761c72bb0e010596bb727e0ac2435377e0da0 (patch) | |
tree | a4309064e401e6d4eea35ad5e9cc2faba0ccbc1d /gdb/Makefile.in | |
parent | 68f6cf990a34f25f96d130695e5abbc38a00a65c (diff) | |
download | gdb-1cb761c72bb0e010596bb727e0ac2435377e0da0.zip gdb-1cb761c72bb0e010596bb727e0ac2435377e0da0.tar.gz gdb-1cb761c72bb0e010596bb727e0ac2435377e0da0.tar.bz2 |
Make frv-tdep.c use new frame mechanisms.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b14c450..70238ea 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1770,7 +1770,7 @@ frame-unwind.o: frame-unwind.c $(defs_h) $(frame_h) $(frame_unwind_h) \ $(gdb_assert_h) $(dummy_frame_h) frv-tdep.o: frv-tdep.c $(defs_h) $(gdb_string_h) $(inferior_h) $(symfile_h) \ $(gdbcore_h) $(arch_utils_h) $(regcache_h) $(frame_h) \ - $(trad_frame_h) + $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) f-typeprint.o: f-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \ $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(target_h) \ $(f_lang_h) $(gdb_string_h) |