aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-12-05 05:17:39 +0000
committerKevin Buettner <kevinb@redhat.com>2002-12-05 05:17:39 +0000
commitd1973055b8847315e5783ae04ab701b632fd3a8b (patch)
tree84b22fa31f480d0dbeac2740948be8118329cd33 /gdb/Makefile.in
parentd0112f73538ba73e84082c207e597c857a97d7f2 (diff)
downloadgdb-d1973055b8847315e5783ae04ab701b632fd3a8b.zip
gdb-d1973055b8847315e5783ae04ab701b632fd3a8b.tar.gz
gdb-d1973055b8847315e5783ae04ab701b632fd3a8b.tar.bz2
Create new file mips-tdep.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 15b3211..7560fbf 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -685,6 +685,7 @@ macrotab_h = macrotab.h
main_h = main.h
memattr_h = memattr.h
minimon_h = minimon.h
+mips_tdep_h = mips-tdep.h
mipsnbsd_tdep_h = mipsnbsd-tdep.h
monitor_h = monitor.h
nbsd_tdep_h = nbsd-tdep.h
@@ -1940,8 +1941,8 @@ 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) \
$(symfile_h) $(objfiles_h) $(gdbtypes_h) $(target_h) $(arch_utils_h) \
- $(regcache_h) $(osabi_h) $(opcode_mips_h) $(elf_mips_h) $(elf_bfd_h) \
- $(symcat_h)
+ $(regcache_h) $(osabi_h) $(mips_tdep_h) $(opcode_mips_h) \
+ $(elf_mips_h) $(elf_bfd_h) $(symcat_h)
mipsm3-nat.o: mipsm3-nat.c $(defs_h) $(inferior_h) $(regcache_h)
mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(mipsnbsd_tdep_h)