From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [89.208.246.23]) by sourceware.org (Postfix) with ESMTPS id DCAE4385840A for ; Fri, 29 Jul 2022 03:55:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DCAE4385840A Received: from [IPv6:240e:358:1187:8600:dc73:854d:832e:3] (unknown [IPv6:240e:358:1187:8600:dc73:854d:832e:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id C9B9766847; Thu, 28 Jul 2022 23:55:33 -0400 (EDT) Message-ID: <5933b765c642942b3b075f2abb4e4be1c131a8fe.camel@xry111.site> Subject: Re: [PATCH v1] LoongArch: Define the macro ASM_PREFERRED_EH_DATA_FORMAT by checking the assembler's support for eh_frame encoding. From: Xi Ruoyao To: Lulu Cheng , gcc-patches@gcc.gnu.org Cc: i@xen0n.name, xuchenghua@loongson.cn Date: Fri, 29 Jul 2022 11:55:26 +0800 In-Reply-To: <42ccaedd-f4ac-a6d3-4cb9-c564c72bf2c5@loongson.cn> References: <20220729024337.4182683-1-chenglulu@loongson.cn> <42ccaedd-f4ac-a6d3-4cb9-c564c72bf2c5@loongson.cn> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.3 MIME-Version: 1.0 X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FROM_SUSPICIOUS_NTLD, LIKELY_SPAM_FROM, PDS_OTHER_BAD_TLD, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Fri, 29 Jul 2022 03:55:39 -0000 On Fri, 2022-07-29 at 11:51 +0800, Lulu Cheng wrote: > > > gcc/ChangeLog: > > >=20 > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0* config.in: Regenera= te. > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0* config/loongarch/lo= ongarch.h (ASM_PREFERRED_EH_DATA_FORMAT): > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0Select the value of t= he macro definition according to whether > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0HAVE_AS_EH_FRAME_PCRE= L_ENCODING_SUPPORT is defined. > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0* configure: Regenera= te. > > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0* configure.ac: Reins= tate HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT test. > > To me it looks a little strange to list regenerated config.in & > > configure before configure.ac. But maybe I'm wrong here if a > > lexicographical order is preferred... > This information is generated by me through the git gcc-commit-mklog comm= and, > then I didn't move the sequence. I have no objection then. --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University