summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Ludvig <mludvig@suse.cz>2002-07-18 12:12:42 +0000
committerMichal Ludvig <mludvig@suse.cz>2002-07-18 12:12:42 +0000
commit4894ac5dcfd7c4e1f7bb594c6883480d448077f9 (patch)
tree1163cc096b644a0ae74d2374859690a608f39f30
parent1e4cf259d2f336fd30f5c4d6238f265f8e7c4bd0 (diff)
downloadbinutils-4894ac5dcfd7c4e1f7bb594c6883480d448077f9.tar.gz
binutils-4894ac5dcfd7c4e1f7bb594c6883480d448077f9.tar.bz2
binutils-4894ac5dcfd7c4e1f7bb594c6883480d448077f9.zip
* Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/Makefile.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f1b72c2c437..befe4f14fb4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -2,6 +2,7 @@
* config/sparc/tm-sp64linux.h: Make the rest of #endif
line a comment.
+ * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2002-07-17 Jim Blandy <jimb@redhat.com>
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 09f2e2d8413..26d874ce155 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2247,7 +2247,7 @@ x86-64-tdep.o : x86-64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) $(gdbcmd_h) \
$(dwarf2cfi_h) $(gdb_assert_h)
x86-64-linux-nat.o : x86-64-linux-nat.c $(defs_h) $(inferior_h) \
- $(gdbcore_h) $(regcache_h) i387-tdep.h $(gdb_assert_h) x86-64-tdep.h \
+ $(gdbcore_h) $(regcache_h) $(gdb_assert_h) x86-64-tdep.h \
i386-tdep.h
win32-nat.o: win32-nat.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \