diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-12-21 05:07:36 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-12-21 05:07:36 +0000 |
commit | 96bb4d5a35520c49e0b6027a5534335433071c99 (patch) | |
tree | 458793349b53307e50ec9ace7ad7e720ab781954 /gdb/Makefile.in | |
parent | ef7550d5b71c6856a0ce1a715b07416eb2f2b30b (diff) | |
download | gdb-96bb4d5a35520c49e0b6027a5534335433071c99.tar.gz |
Multiarch SVR4_FETCH_LINK_MAP_OFFSETS and GET_LONGJMP_TARGET for GNU/Linux/MIPS.
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 b5037d2c7d7..f4c72bfe16a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1946,7 +1946,7 @@ minsyms.o: minsyms.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \ mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h) mips-linux-nat.o: mips-linux-nat.c $(defs_h) mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ - $(solib_svr4_h) + $(solib_svr4_h) $(osabi_h) $(gdb_string_h) mips-nat.o: mips-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(regcache_h) mips-tdep.o: mips-tdep.c $(defs_h) $(gdb_string_h) $(frame_h) $(inferior_h) \ $(symtab_h) $(value_h) $(gdbcmd_h) $(language_h) $(gdbcore_h) \ |