[v7,13/13] LoongArch: Update NEWS and README for the LoongArch port.

Message ID 20220719012210.1464764-5-caiyinyu@loongson.cn
State Committed
Headers
Series [v7,01/13] LoongArch: Add LoongArch entries to config.h.in |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

caiyinyu July 19, 2022, 1:22 a.m. UTC
  ---
 NEWS             | 8 ++++++++
 README           | 1 +
 manual/math.texi | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)
  

Comments

Adhemerval Zanella Netto July 20, 2022, 5:16 p.m. UTC | #1
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

On 18/07/22 22:22, 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
  

Patch

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