diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-09 00:14:26 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-10 00:09:58 -0500 |
commit | 9b4888d5161e540f2f60f1c537cc66577094eac1 (patch) | |
tree | 7d3b30ba260b97eae0449c6d7a14954d69c39e60 /sim | |
parent | 5697b730e2da25240068ad935b9074bac2d15b60 (diff) | |
download | gdb-9b4888d5161e540f2f60f1c537cc66577094eac1.zip gdb-9b4888d5161e540f2f60f1c537cc66577094eac1.tar.gz gdb-9b4888d5161e540f2f60f1c537cc66577094eac1.tar.bz2 |
sim: m32c: drop redundant dependency info
Diffstat (limited to 'sim')
-rw-r--r-- | sim/m32c/ChangeLog | 4 | ||||
-rw-r--r-- | 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 - |