diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-12-24 19:21:10 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-12-24 19:21:10 +0000 |
commit | 96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39 (patch) | |
tree | 37c78d106dc0595bc63ffe514651a3c33d4bd96b /gdb/Makefile.in | |
parent | 2dabcfb418f139220bbf9bab9cf02fb05c9f055a (diff) | |
download | gdb-96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39.zip gdb-96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39.tar.gz gdb-96f026fc7b95e4b9e02ba229c76b39b2bdb2eb39.tar.bz2 |
Add GNU/Linux specific support for the n32 and n64 MIPS ABIs.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f4c72bf..c248405 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1946,7 +1946,8 @@ 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) $(osabi_h) $(gdb_string_h) + $(solib_svr4_h) $(osabi_h) $(gdb_string_h) $(mips_tdep_h) \ + $(gdb_assert_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) \ |