From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by sourceware.org (Postfix) with ESMTPS id D334C3858D39 for ; Fri, 2 Sep 2022 21:03:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D334C3858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4MK9P44lMHz1s88j; Fri, 2 Sep 2022 23:03:10 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4MK9Nt3PDJz1qqkC; Fri, 2 Sep 2022 23:03:10 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id iGTNYuvGbThQ; Fri, 2 Sep 2022 23:03:09 +0200 (CEST) X-Auth-Info: Y3rrmvHEmMuceV2Pe7wAEbHVbMfk2TKGWXgtGtC6iRsxBlElOsJT/96iT5aofsW+ Received: from igel.home (ppp-46-244-171-115.dynamic.mnet-online.de [46.244.171.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 2 Sep 2022 23:03:09 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id D77772C326E; Fri, 2 Sep 2022 23:03:08 +0200 (CEST) From: Andreas Schwab To: Vineet Gupta Cc: gcc-patches@gcc.gnu.org, collison@rivosinc.com, gnu-toolchain@rivosinc.com, kito.cheng@gmail.com, Philipp Tomsich Subject: Re: [PATCH v2] RISC-V: remove deprecate pic code model macro References: <20220902203310.370711-1-vineetg@rivosinc.com> X-Yow: HUGH BEAUMONT died in 1982!! Date: Fri, 02 Sep 2022 23:03:08 +0200 In-Reply-To: <20220902203310.370711-1-vineetg@rivosinc.com> (Vineet Gupta's message of "Fri, 2 Sep 2022 13:33:10 -0700") Message-ID: <8735d9a3qr.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-10.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sep 02 2022, Vineet Gupta wrote: > diff --git a/gcc/config/riscv/riscv-c.cc b/gcc/config/riscv/riscv-c.cc > index eb7ef09297e9..bba72cf77a82 100644 > --- a/gcc/config/riscv/riscv-c.cc > +++ b/gcc/config/riscv/riscv-c.cc > @@ -93,9 +93,6 @@ riscv_cpu_cpp_builtins (cpp_reader *pfile) > break; > > case CM_PIC: > - /* __riscv_cmodel_pic is deprecated, and will removed in next GCC release. > - see https://github.com/riscv/riscv-c-api-doc/pull/11 */ > - builtin_define ("__riscv_cmodel_pic"); > /* FALLTHROUGH. */ > > case CM_MEDANY: If there is nothing left between the case labels the fallthrough comment is no longer needed. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."