From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway32.websitewelcome.com (gateway32.websitewelcome.com [192.185.145.1]) by sourceware.org (Postfix) with ESMTPS id 6D0633955407 for ; Thu, 8 Apr 2021 20:33:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6D0633955407 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=tom@tromey.com Received: from cm10.websitewelcome.com (cm10.websitewelcome.com [100.42.49.4]) by gateway32.websitewelcome.com (Postfix) with ESMTP id C8D5831C32 for ; Thu, 8 Apr 2021 15:33:15 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id UbL1lDn0iL7DmUbL1lV2QS; Thu, 08 Apr 2021 15:33:15 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=/JOIq/nANyqj70UMnnmPFCs8I4hT6PhcGZEQAzbJJeU=; b=P0k6e54GLgfe+BawZILDBwpGfP qxlGB3CeXtSSHb6xgczTpZN3QdbUQ/sJBuClvVZE6LUSjitBIxsaG6ah5rCJLyk3kKQJNL/Wa3/IU nDTpyjwGzOXaVNvaIQeosbzQz; Received: from 71-211-182-15.hlrn.qwest.net ([71.211.182.15]:55942 helo=localhost.localdomain) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lUbL1-000UdK-Ah; Thu, 08 Apr 2021 14:33:15 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [PATCH 07/10] Remove LIBS from two sim Makefiles Date: Thu, 8 Apr 2021 14:33:09 -0600 Message-Id: <20210408203312.2938165-8-tom@tromey.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210408203312.2938165-1-tom@tromey.com> References: <20210408203312.2938165-1-tom@tromey.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 71.211.182.15 X-Source-L: No X-Exim-ID: 1lUbL1-000UdK-Ah X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 71-211-182-15.hlrn.qwest.net (localhost.localdomain) [71.211.182.15]:55942 X-Source-Auth: tom+tromey.com X-Email-Count: 8 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=-3028.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, GIT_PATCH_0, JMQ_SPF_NEUTRAL, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_DNSWL_NONE, RCVD_IN_SBL_CSS, SPF_HELO_PASS, SPF_NEUTRAL, TXREP, URIBL_CSS, URIBL_CSS_A autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2021 20:33:19 -0000 A couple of sim Makefiles define LIBS, but don't use it. This will cause problems with a later patch, so remove these variables now. 2021-04-08 Tom Tromey * Makefile.in (LIBS): Remove sim/rx/ChangeLog 2021-04-08 Tom Tromey * Makefile.in (LIBS): Remove. --- sim/m32c/ChangeLog | 4 ++++ sim/m32c/Makefile.in | 2 -- sim/rx/ChangeLog | 4 ++++ sim/rx/Makefile.in | 2 -- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in index 186c9c063d3..05aa75309fa 100644 --- a/sim/m32c/Makefile.in +++ b/sim/m32c/Makefile.in @@ -40,8 +40,6 @@ SIM_OBJS = \ trace.o \ $(ENDLIST) -LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a - ## COMMON_POST_CONFIG_FRAG arch = m32c diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in index de5bcfc148b..4008aac2619 100644 --- a/sim/rx/Makefile.in +++ b/sim/rx/Makefile.in @@ -39,8 +39,6 @@ SIM_OBJS = \ err.o \ $(ENDLIST) -LIBS = $B/bfd/libbfd.a $B/libiberty/libiberty.a - ## COMMON_POST_CONFIG_FRAG arch = rx -- 2.26.2