From patchwork Mon Mar 23 07:24:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 5752 Received: (qmail 117272 invoked by alias); 23 Mar 2015 07:24:56 -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 117236 invoked by uid 89); 23 Mar 2015 07:24:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, SPF_PASS, T_RP_MATCHES_RCVD 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; Mon, 23 Mar 2015 07:24:53 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C2D4334093F for ; Mon, 23 Mar 2015 07:24:51 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: sh64: delete dv-sockser references Date: Mon, 23 Mar 2015 03:24:49 -0400 Message-Id: <1427095489-11554-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes This sim doesn't actually use dv-sockser code anywhere, so drop references to it in its build files. Committed. --- sim/sh64/ChangeLog | 5 +++++ sim/sh64/Makefile.in | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index ca0dee6..0cb1075 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,3 +1,8 @@ +2015-03-23 Mike Frysinger + + * Makefile.in (CONFIG_DEVICES): Delete. + (SIM_OBJS): Delete CONFIG_DEVICES. + 2015-03-16 Mike Frysinger * aclocal.m4, config.in, configure: Regenerate. diff --git a/sim/sh64/Makefile.in b/sim/sh64/Makefile.in index 6c23ad9..3df481c 100644 --- a/sim/sh64/Makefile.in +++ b/sim/sh64/Makefile.in @@ -21,9 +21,6 @@ SH64_OBJS = sh64.o cpu.o sh-desc.o \ decode-compact.o sem-compact.o mloop-compact.o \ decode-media.o sem-media.o mloop-media.o -CONFIG_DEVICES = dv-sockser.o -CONFIG_DEVICES = - SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-cpu.o \ @@ -34,8 +31,7 @@ SIM_OBJS = \ cgen-utils.o cgen-trace.o cgen-scache.o \ cgen-run.o sim-reason.o sim-engine.o sim-stop.o \ sim-if.o arch.o \ - $(SH64_OBJS) \ - $(CONFIG_DEVICES) + $(SH64_OBJS) # Extra headers included by sim-main.h. SIM_EXTRA_DEPS = \