From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 10B4C3858D3C for ; Tue, 19 Apr 2022 20:06:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 10B4C3858D3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.90,273,1643702400"; d="scan'208";a="74716381" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 19 Apr 2022 12:06:41 -0800 IronPort-SDR: 4fG/FN/V5t9H7ExD2L+vogI8dZoWe9kU+TTa2MzYNDrA6iE+mSbNv7skO6uIIcm5kGZhYUrbRl iTRmvjroaQhB341etvq4l2yrJemSQsgDRcyyfLEMPW9kIytBGpMqWEWpd88rT+BUvI+j/WFxes mEDeR7LKYQf50q0gZ+spQmWe6EgcFmOkP8nVotzOlRgSW555Vh7X40pfLhpq4JvEp6WAO1MdSW 91jq24AgpaXXI3gccOSTiGmZRtMwFqBwJUzOrHmyRyPGZle9mDzCfgtcVMoSddf1SWqMFFySdb VgM= Date: Tue, 19 Apr 2022 20:06:36 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: caiyinyu CC: , , Subject: Re: [PATCH v3 01/13] LoongArch: Update NEWS and README for the LoongArch port. In-Reply-To: <20220415013114.29658-2-caiyinyu@loongson.cn> Message-ID: References: <20220415013114.29658-1-caiyinyu@loongson.cn> <20220415013114.29658-2-caiyinyu@loongson.cn> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3113.8 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2022 20:06:43 -0000 On Fri, 15 Apr 2022, caiyinyu wrote: > --- a/NEWS > +++ b/NEWS > @@ -35,6 +35,15 @@ Version 2.35 > > Major new features: > > +* Support for LoongArch running on Linux has been added. This port requires > + as least binutils 2.38, GCC 12, and Linux 10.0.0. Currently only hard-float > + ABI is supported: > + > + - loongarch64-linux-gnu > + > + The LoongArch ABI is 64-bit little-endian and uses 64-bit time (y2038 safe) and > + 64-bit file offsets (LFS default). This now needs to go in the NEWS section for 2.36, not 2.35. -- Joseph S. Myers joseph@codesourcery.com