This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] sim: m32c: drop redundant dependency info


Committed.
---
 sim/m32c/ChangeLog   |  4 ++++
 sim/m32c/Makefile.in | 13 -------------
 2 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog
index e8e1624..582d8dd 100644
--- a/sim/m32c/ChangeLog
+++ b/sim/m32c/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-09  Mike Frysinger  <vapier@gentoo.org>
+
+	* Makefile.in: Delete redundant dependency info.
+
 2015-08-05  Nick Clifton  <nickc@redhat.com>
 
 	* gdb-if.c (sim_info): Stub function to allow GDB to be built
diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in
index 61db719..5584563 100644
--- a/sim/m32c/Makefile.in
+++ b/sim/m32c/Makefile.in
@@ -76,21 +76,8 @@ gloss.o : $(srcdir)/gloss.S
 encodings:
 	grep '/\* [01]' $(srcdir)/r8c.opc | sort
 
-gdb-if.o : cpu.h mem.h load.h syscalls.h
-int.o : int.h cpu.h mem.h
-load.o : load.h cpu.h mem.h
-main.o : cpu.h mem.h misc.h load.h
-mem.o : mem.h cpu.h syscalls.h
-misc.o : cpu.h misc.h
-reg.o : cpu.h
-srcdest.c : cpu.h mem.h
-syscalls.c : cpu.h mem.h syscalls.h
-
-r8c.o : cpu.h mem.h misc.h int.h
-
 opc2c.o : opc2c.c safe-fgets.h
 	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/opc2c.c
 
 safe-fgets.o : safe-fgets.c safe-fgets.h
 	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/safe-fgets.c
-
-- 
2.6.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]