diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-04-26 07:16:15 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-04-26 07:16:15 +0000 |
commit | 8064c6ae87256d633137b3e494bf9f765d9a4c66 (patch) | |
tree | 7730713b5d010127d1aec11979977018dac96ca3 /gdb/Makefile.in | |
parent | 72229eb7a07793ebbdce47920769104c5b2d806d (diff) | |
download | gdb-8064c6ae87256d633137b3e494bf9f765d9a4c66.zip gdb-8064c6ae87256d633137b3e494bf9f765d9a4c66.tar.gz gdb-8064c6ae87256d633137b3e494bf9f765d9a4c66.tar.bz2 |
Add arch-utils.h to IA-64 *-tdep.c files.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 88795a1..66952ee 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1070,7 +1070,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \ i387-tdep.c \ i386-linux-tdep.c \ i960-tdep.c \ - ia64-linux-nat.c ia64-tdep.c \ + ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c \ infptrace.c inftarg.c irix4-nat.c irix5-nat.c isi-xdep.c \ lynx-nat.c m3-nat.c \ m68k-tdep.c \ @@ -1434,8 +1434,10 @@ i960-tdep.o: i960-tdep.c $(floatformat_h) $(defs_h) $(expression_h) \ ia64-linux-nat.o: ia64-linux-nat.c $(defs_h) $(inferior_h) $(target_h) \ $(gdbcore_h) +ia64-linux-tdep.o: ia64-linux-tdep.c $(defs_h) $(arch_utils_h) + ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) symfile.h $(gdbcore_h) \ - $(floatformat_h) objfiles.h $(INCLUDE_DIR)/elf/common.h + $(arch_utils_h) $(floatformat_h) objfiles.h $(INCLUDE_DIR)/elf/common.h infcmd.o: infcmd.c $(defs_h) environ.h $(gdbcmd_h) $(gdbcore_h) \ $(inferior_h) target.h language.h gdb_string.h |