diff options
author | Kevin Buettner <kevinb@redhat.com> | 2006-03-15 23:38:09 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2006-03-15 23:38:09 +0000 |
commit | 7c699b811153b584e042d858ca4647f00d7093ec (patch) | |
tree | c490de3e4e6862f90732fe603017cc655ce0c2c7 /gdb/Makefile.in | |
parent | 4546b4af9521bdbcf723264787d0240c94fdc82a (diff) | |
download | gdb-7c699b811153b584e042d858ca4647f00d7093ec.zip gdb-7c699b811153b584e042d858ca4647f00d7093ec.tar.gz gdb-7c699b811153b584e042d858ca4647f00d7093ec.tar.bz2 |
Add FR-V Linux core file support.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 04ceed3..f066124 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1964,9 +1964,10 @@ frame.o: frame.c $(defs_h) $(frame_h) $(target_h) $(value_h) $(inferior_h) \ $(command_h) $(gdbcmd_h) $(observer_h) $(objfiles_h) $(exceptions_h) frame-unwind.o: frame-unwind.c $(defs_h) $(frame_h) $(frame_unwind_h) \ $(gdb_assert_h) $(dummy_frame_h) $(gdb_obstack_h) -frv-linux-tdep.o: frv-linux-tdep.c $(defs_h) $(target_h) $(frame_h) \ - $(osabi_h) $(elf_bfd_h) $(elf_frv_h) $(frv_tdep_h) $(trad_frame_h) \ - $(frame_unwind_h) +frv-linux-tdep.o: frv-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ + $(frame_h) $(osabi_h) $(regcache_h) $(elf_bfd_h) $(elf_frv_h) \ + $(frv_tdep_h) $(trad_frame_h) $(frame_unwind_h) $(regset_h) \ + $(gdb_string_h) frv-tdep.o: frv-tdep.c $(defs_h) $(gdb_string_h) $(inferior_h) $(gdbcore_h) \ $(arch_utils_h) $(regcache_h) $(frame_h) $(frame_unwind_h) \ $(frame_base_h) $(trad_frame_h) $(dis_asm_h) $(gdb_assert_h) \ |