From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out30-45.freemail.mail.aliyun.com (out30-45.freemail.mail.aliyun.com [115.124.30.45]) by sourceware.org (Postfix) with ESMTPS id CA9423857C72 for ; Wed, 16 Sep 2020 11:36:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CA9423857C72 X-Alimail-AntiSpam: AC=PASS; BC=-1|-1; BR=01201311R141e4; CH=green; DM=||false|; DS=||; FP=0|-1|-1|-1|0|-1|-1|-1; HT=e01e04420; MF=cooper.qu@linux.alibaba.com; NM=1; PH=DS; RN=3; SR=0; TI=SMTPD_---0U97fSDQ_1600256165; Received: from L-X0CGLVDL-0840.local(mailfrom:cooper.qu@linux.alibaba.com fp:SMTPD_---0U97fSDQ_1600256165) by smtp.aliyun-inc.com(127.0.0.1); Wed, 16 Sep 2020 19:36:06 +0800 Subject: Re: [PATCH 3/3] C-SKY: Refine target name for elf target test To: Jojo R , xianmiao_qu@c-sky.com, gcc-patches@gcc.gnu.org References: <1600252483-915-1-git-send-email-jiejie_rong@c-sky.com> <1600252483-915-3-git-send-email-jiejie_rong@c-sky.com> From: Cooper Qu Message-ID: <7ab2e649-fac0-dc27-14a5-d1f3ed5a3c39@linux.alibaba.com> Date: Wed, 16 Sep 2020 19:36:05 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <1600252483-915-3-git-send-email-jiejie_rong@c-sky.com> Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-19.9 required=5.0 tests=BAYES_00, ENV_AND_HDR_SPF_MATCH, GIT_PATCH_0, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, UNPARSEABLE_RELAY, USER_IN_DEF_SPF_WL 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: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2020 11:36:12 -0000 All of the three pathes have been pushed to trunk. Thanks, Cooper On 9/16/20 6:34 PM, Jojo R wrote: > gcc/testsuite/ChangeLog: > > * lib/target-supports.exp (check_profiling_available): Refine name of elf target. > > --- > gcc/testsuite/lib/target-supports.exp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp > index 6881b66..60f76db 100644 > --- a/gcc/testsuite/lib/target-supports.exp > +++ b/gcc/testsuite/lib/target-supports.exp > @@ -698,7 +698,7 @@ proc check_profiling_available { test_what } { > || [istarget avr-*-*] > || [istarget bfin-*-*] > || [istarget cris-*-*] > - || [istarget csky-*-elf] > + || [istarget csky-*-elf*] > || [istarget fido-*-elf] > || [istarget h8300-*-*] > || [istarget lm32-*-*]