From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway24.websitewelcome.com (gateway24.websitewelcome.com [192.185.51.59]) by sourceware.org (Postfix) with ESMTPS id 17B3B395700F for ; Thu, 8 Apr 2021 20:42:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 17B3B395700F 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 cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway24.websitewelcome.com (Postfix) with ESMTP id 0DF725BED1 for ; Thu, 8 Apr 2021 15:35:16 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id UbL1lMEJmmJLsUbL1lsquA; 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=fTnxvg9mFhJV0VQIB5ToBrj7HtZC09C5ww8Kn2ksHm4=; b=tb5F9TILp3tIouX1Nxw++R5NAF NLdqgpvHF6e3d/Z7ekZJMAgb+7tRHw+jPNy1RMg9inUE30p+XQY//lIHfIwj8Ztscb1wLYhNV5yaP bGyiSTPtv/IaphCRcLSYRb4pl; 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-2p; Thu, 08 Apr 2021 14:33:15 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [PATCH 06/10] Remove INCLUDE variable from some sim Makefiles Date: Thu, 8 Apr 2021 14:33:08 -0600 Message-Id: <20210408203312.2938165-7-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-2p 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: 7 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=-3028.0 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_MSPIKE_H4, RCVD_IN_MSPIKE_WL, 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:42:15 -0000 Some Makefiles in sim define INCLUDE but don't use it. This removes these instances. 2021-04-08 Tom Tromey * Makefile.in (INCLUDE): Remove. sim/m68hc11/ChangeLog 2021-04-08 Tom Tromey * Makefile.in (INCLUDE): Remove. sim/mn10300/ChangeLog 2021-04-08 Tom Tromey * Makefile.in (INCLUDE): Remove. sim/v850/ChangeLog 2021-04-08 Tom Tromey * Makefile.in (INCLUDE): Remove. --- sim/bfin/ChangeLog | 4 ++++ sim/bfin/Makefile.in | 2 -- sim/m68hc11/ChangeLog | 4 ++++ sim/m68hc11/Makefile.in | 3 --- sim/mn10300/ChangeLog | 4 ++++ sim/mn10300/Makefile.in | 2 -- sim/v850/ChangeLog | 4 ++++ sim/v850/Makefile.in | 2 -- 8 files changed, 16 insertions(+), 9 deletions(-) diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index 0c3e7551d4f..a5c16764682 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -29,8 +29,6 @@ SIM_OBJS = \ machs.o \ sim-resume.o -INCLUDE = bfin-sim.h - SIM_EXTRA_CFLAGS = @SDL_CFLAGS@ SIM_EXTRA_LIBS = @SDL_LIBS@ -lm diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index 9ebcf65c629..8a044914ed6 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -36,9 +36,6 @@ SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 \ -DWITH_TARGET_WORD_MSB=31 SIM_EXTRA_CLEAN = clean-extra -INCLUDE = $(srcdir)/../../include/gdb/callback.h \ - interrupts.h sim-main.h - ## COMMON_POST_CONFIG_FRAG diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index b966b07187b..4b715cb46d6 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -32,8 +32,6 @@ SIM_EXTRA_DEPS = mn10300_sim.h itable.h idecode.h # Select mn10300 support in nltvals.def. NL_TARGET = -DNL_TARGET_mn10300 -INCLUDE = mn10300_sim.h $(srcdir)/../../include/gdb/callback.h - # List of extra flags to always pass to $(CC). SIM_EXTRA_CFLAGS = -DPOLL_QUIT_INTERVAL=0x20 diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 1f9d8c55c37..3e1b4054174 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -35,8 +35,6 @@ SIM_EXTRA_CFLAGS = \ -I$(srcdir)/../../newlib/libc/sys/sysnecv850 SIM_EXTRA_CLEAN = clean-extra -INCLUDE = $(sim_main_headers) $(SIM_EXTRA_DEPS) - NL_TARGET = -DNL_TARGET_v850 ## COMMON_POST_CONFIG_FRAG -- 2.26.2