aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2004-03-13 00:50:53 +0000
committerKevin Buettner <kevinb@redhat.com>2004-03-13 00:50:53 +0000
commitc4d1051556563d76c32f144c8442773ab42de419 (patch)
treea8a6f61bc49a4d206ddfac12db8f537c4dcd7c68 /gdb/Makefile.in
parented1bd989f78ed9daec1061f8ec2e6c298dfd4d16 (diff)
downloadgdb-c4d1051556563d76c32f144c8442773ab42de419.zip
gdb-c4d1051556563d76c32f144c8442773ab42de419.tar.gz
gdb-c4d1051556563d76c32f144c8442773ab42de419.tar.bz2
Add shared library support for FR-V FDPIC ABI.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 8bfed20..994850e 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2298,6 +2298,9 @@ solib.o: solib.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) $(symfile_h) \
$(objfiles_h) $(gdbcore_h) $(command_h) $(target_h) $(frame_h) \
$(gdb_regex_h) $(inferior_h) $(environ_h) $(language_h) $(gdbcmd_h) \
$(completer_h) $(filenames_h) $(exec_h) $(solist_h) $(readline_h)
+solib-frv.o: solib-frv.c $(defs_h) $(gdb_string_h) $(inferior_h) $(gdbcore_h) \
+ $(solist_h) $(frv_tdep_h) $(objfiles_h) $(symtab_h) $(language_h) \
+ $(command_h) $(gdbcmd_h) $(elf_frv_h)
solib-irix.o: solib-irix.c $(defs_h) $(symtab_h) $(bfd_h) $(symfile_h) \
$(objfiles_h) $(gdbcore_h) $(target_h) $(inferior_h) $(solist_h)
solib-legacy.o: solib-legacy.c $(defs_h) $(gdbcore_h) $(solib_svr4_h)