From patchwork Tue Nov 10 05:10:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 9624 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 101524 invoked by alias); 10 Nov 2015 05:11:19 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 101226 invoked by uid 89); 10 Nov 2015 05:10:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 10 Nov 2015 05:10:38 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C38B133E2EB for ; Tue, 10 Nov 2015 05:10:36 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: m32c: drop redundant dependency info Date: Tue, 10 Nov 2015 00:10:35 -0500 Message-Id: <1447132235-32008-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes 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 + + * Makefile.in: Delete redundant dependency info. + 2015-08-05 Nick Clifton * 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 -