From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2c.google.com (mail-oa1-x2c.google.com [IPv6:2001:4860:4864:20::2c]) by sourceware.org (Postfix) with ESMTPS id 3F0473858C50 for ; Tue, 12 Jul 2022 11:06:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3F0473858C50 Received: by mail-oa1-x2c.google.com with SMTP id 586e51a60fabf-10be0d7476aso9907843fac.2 for ; Tue, 12 Jul 2022 04:06:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:organization:in-reply-to :content-transfer-encoding; bh=8hol7azK4JZ4susGboLKrxuhlC8CBBhQeMeCLeriCkE=; b=RPQYqm7G2ggFT/juq5qTl14PN4NwlTSXQlNvOsNnQLiQhUsd3gwjxwwGBoVI2/fvru pR+v23NzOTvmCIdj8MmW5xQslWp8+AcPuas9Q6CMdMOOqPvFP+IqqOQTvRJQ83UOKcW+ dbeoavcaRn7J3vIuLHzhqiSz3C6LoJx/YNDvrsgPKjdrtbCEp0JE0ArXJiJi2aWaaNpb TP54cLl1QacB++XtzhuUxSya6gR7yiByWMCM75gFX7Sv5zPCqOa+tetqVxx7pz5kmm2x VyYMFh3/LkJacI/LT1lXQ8/DcYG+3Or8JfLdSR1/aP6xLrz+i8prlst20lsSii6+uasb CCAQ== X-Gm-Message-State: AJIora+ufQPtFKjGU5FUeBBRYyHhpndZy55nHe+3PuJCQB5Q6oAc1Eci Es9UYfBil8fl6Y6SasLXWY0JOQ== X-Google-Smtp-Source: AGRyM1sa+immEZe9MHKsTk5pmSW1MBHDnnYvJ0jKnwb57UWkcQI48jWvA+udJPhXr7HmujMEpUFpOw== X-Received: by 2002:a05:6870:e997:b0:10c:6f42:b05e with SMTP id r23-20020a056870e99700b0010c6f42b05emr1383311oao.89.1657623974549; Tue, 12 Jul 2022 04:06:14 -0700 (PDT) Received: from [12.18.8.156] ([201.46.27.6]) by smtp.gmail.com with ESMTPSA id x24-20020a4a3f58000000b00432ac97ad09sm3596253ooe.26.2022.07.12.04.06.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 12 Jul 2022 04:06:14 -0700 (PDT) Message-ID: Date: Tue, 12 Jul 2022 08:06:10 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.0.2 Subject: Re: [PATCH v6 01/13] LoongArch: Update NEWS and README for the LoongArch port. Content-Language: en-US To: caiyinyu , libc-alpha@sourceware.org Cc: adhemerval.zanella@linaro.or, joseph_myers@mentor.com References: <20220708065255.2316410-1-caiyinyu@loongson.cn> <20220708065255.2316410-2-caiyinyu@loongson.cn> From: Adhemerval Zanella Netto Organization: Linaro In-Reply-To: <20220708065255.2316410-2-caiyinyu@loongson.cn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, 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 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, 12 Jul 2022 11:06:16 -0000 LGTM, but I think it should be move as the last patch. Reviewed-by: Adhemerval Zanella On 08/07/22 03:52, caiyinyu wrote: > --- > NEWS | 8 ++++++++ > README | 1 + > manual/math.texi | 2 +- > 3 files changed, 10 insertions(+), 1 deletion(-) > > diff --git a/NEWS b/NEWS > index df882ec243..d2f913da06 100644 > --- a/NEWS > +++ b/NEWS > @@ -60,6 +60,14 @@ Major new features: > _GNU_SOURCE macro is defined and the C++20 __cpp_char8_t feature test macro > is not defined (if __cpp_char8_t is defined, then char8_t is a builtin type). > > +* Support for LoongArch running on Linux has been added. This port requires > + as least binutils 2.38, GCC 12, and Linux 5.19. Currently only hard-float > + ABI is supported: > + > + - loongarch64-linux-gnu > + > + The LoongArch ABI is 64-bit little-endian. > + > Deprecated and removed features, and other changes affecting compatibility: > > * Support for prelink will be removed in the next release; this includes > 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