From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from loongson.cn (mail.loongson.cn [114.242.206.163]) by sourceware.org (Postfix) with ESMTP id B8D5C3856DE6 for ; Fri, 15 Apr 2022 01:31:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B8D5C3856DE6 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=loongson.cn Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=loongson.cn Received: from loongson-pc.loongson.cn (unknown [10.20.4.187]) by mail.loongson.cn (Coremail) with SMTP id AQAAf9Dx3xPlylhijMojAA--.16158S3; Fri, 15 Apr 2022 09:31:21 +0800 (CST) From: caiyinyu To: libc-alpha@sourceware.org, adhemerval.zanella@linaro.org Cc: joseph_myers@mentor.com, xuchenghua@loongson.cn, caiyinyu@loongson.cn Subject: [PATCH v3 01/13] LoongArch: Update NEWS and README for the LoongArch port. Date: Fri, 15 Apr 2022 09:31:02 +0800 Message-Id: <20220415013114.29658-2-caiyinyu@loongson.cn> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220415013114.29658-1-caiyinyu@loongson.cn> References: <20220415013114.29658-1-caiyinyu@loongson.cn> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CM-TRANSID: AQAAf9Dx3xPlylhijMojAA--.16158S3 X-Coremail-Antispam: 1UD129KBjvJXoW7ArWfWFy7ZFyDJr1kAF48Crg_yoW8AFyfpa n3uFn5K3y7Jay7ArnrWw4kuF4Yga1fWas8G34Yg348C3yfA3s7Wwn3ta9Iq3WDXayaqr4j q34jqr1DCa98uaDanT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUBS14x267AKxVW8JVW5JwAFc2x0x2IEx4CE42xK8VAvwI8IcIk0 rVWrJVCq3wAFIxvE14AKwVWUJVWUGwA2048vs2IY020E87I2jVAFwI0_Jr4l82xGYIkIc2 x26xkF7I0E14v26r1Y6r1xM28lY4IEw2IIxxk0rwA2F7IY1VAKz4vEj48ve4kI8wA2z4x0 Y4vE2Ix0cI8IcVAFwI0_Ar0_tr1l84ACjcxK6xIIjxv20xvEc7CjxVAFwI0_Gr1j6F4UJw A2z4x0Y4vEx4A2jsIE14v26r4UJVWxJr1l84ACjcxK6I8E87Iv6xkF7I0E14v26F4UJVW0 owAS0I0E0xvYzxvE52x082IY62kv0487Mc02F40EFcxC0VAKzVAqx4xG6I80ewAv7VC0I7 IYx2IY67AKxVWUtVWrXwAv7VC2z280aVAFwI0_Gr0_Cr1lOx8S6xCaFVCjc4AY6r1j6r4U M4x0Y48IcxkI7VAKI48JM4x0x7Aq67IIx4CEVc8vx2IErcIFxwCY02Avz4vE-syl42xK82 IYc2Ij64vIr41l4I8I3I0E4IkC6x0Yz7v_Jr0_Gr1lx2IqxVAqx4xG67AKxVWUJVWUGwC2 0s026x8GjcxK67AKxVWUGVWUWwC2zVAF1VAY17CE14v26r126r1DMIIYrxkI7VAKI48JMI IF0xvE2Ix0cI8IcVAFwI0_Gr0_Xr1lIxAIcVC0I7IYx2IY6xkF7I0E14v26r4j6F4UMIIF 0xvE42xK8VAvwI8IcIk0rVWUJVWUCwCI42IY6I8E87Iv67AKxVW8JVWxJwCI42IY6I8E87 Iv6xkF7I0E14v26r4j6r4UJbIYCTnIWIevJa73UjIFyTuYvjfUeZXoUUUUU X-CM-SenderInfo: 5fdl5xhq1xqz5rrqw2lrqou0/ X-Spam-Status: No, score=-13.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham 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: Fri, 15 Apr 2022 01:31:28 -0000 --- NEWS | 9 +++++++++ README | 1 + manual/math.texi | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4b6d9de2b5..dc338ed761 100644 --- 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). + * Unicode 14.0.0 Support: Character encoding, character type info, and transliteration tables are all updated to Unicode 14.0.0, using generator scripts contributed by Mike FABIAN (Red Hat). diff --git a/README b/README index 3d5a78ccff..63f3a1bebf 100644 --- a/README +++ b/README @@ -31,6 +31,7 @@ The GNU C Library supports these configurations for using Linux kernels: i[4567]86-*-linux-gnu x86_64-*-linux-gnu Can build either x86_64 or x32 ia64-*-linux-gnu + loongarch64-*-linux-gnu Hardware floating point, LE only. m68k-*-linux-gnu microblaze*-*-linux-gnu mips-*-linux-gnu diff --git a/manual/math.texi b/manual/math.texi index 477a18b6d1..105d6122df 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -70,7 +70,7 @@ provided for @code{_Float32}, @code{_Float64} and @code{_Float32x} on all platforms. It is also provided for @code{_Float128} and @code{_Float64x} on powerpc64le (PowerPC 64-bits little-endian), x86_64, x86, ia64, -aarch64, alpha, mips64, riscv, s390 and sparc. +aarch64, alpha, loongarch, mips64, riscv, s390 and sparc. @menu * Mathematical Constants:: Precise numeric values for often-used -- 2.20.1