From 417be37048d07532397a7db89eeee9d249564560 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Sat, 16 Jul 2022 20:15:49 +0800 Subject: [PATCH] doc/go1.19: improve the loong64 release notes Link to the LoongArch documentations site, mention the ABI variant supported, and add a note about the unfortunate old-world/new-world split situation that users must be aware of. Updates #46229 For #51400 Change-Id: I6789f509263a0dbf113481148665e7951aa6a989 Reviewed-on: https://go-review.googlesource.com/c/go/+/417715 TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Reviewed-by: Cherry Mui Reviewed-by: abner chenc --- doc/go1.19.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index de1dfefd4d..e308affa7c 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -44,10 +44,19 @@ Do not send CLs removing the interior tags from such phrases.

Ports

-

Loongson 64-bit

+

LoongArch 64-bit

- Go 1.19 adds support for the Loongson 64-bit architecture LoongArch + Go 1.19 adds support for the Loongson 64-bit architecture + LoongArch on Linux (GOOS=linux, GOARCH=loong64). + The implemented ABI is LP64D. Minimum kernel version supported is 5.19. +

+

+ Note that most existing commercial Linux distributions for LoongArch come + with older kernels, with a historical incompatible system call ABI. + Compiled binaries will not work on these systems, even if statically linked. + Users on such unsupported systems are limited to the distribution-provided + Go package.

RISC-V