Skip to content

Commit 417be37

Browse files
xen0ngopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: abner chenc <[email protected]>
1 parent 027855e commit 417be37

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/go1.19.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,19 @@ <h2 id="mem">Memory Model</h2>
4444

4545
<h2 id="ports">Ports</h2>
4646

47-
<h3 id="loong64">Loongson 64-bit</h3>
47+
<h3 id="loong64">LoongArch 64-bit</h3>
4848
<p><!-- https://go.dev/issue/46229 -->
49-
Go 1.19 adds support for the Loongson 64-bit architecture LoongArch
49+
Go 1.19 adds support for the Loongson 64-bit architecture
50+
<a href="https://loongson.github.io/LoongArch-Documentation">LoongArch</a>
5051
on Linux (<code>GOOS=linux</code>, <code>GOARCH=loong64</code>).
52+
The implemented ABI is LP64D. Minimum kernel version supported is 5.19.
53+
</p>
54+
<p>
55+
Note that most existing commercial Linux distributions for LoongArch come
56+
with older kernels, with a historical incompatible system call ABI.
57+
Compiled binaries will not work on these systems, even if statically linked.
58+
Users on such unsupported systems are limited to the distribution-provided
59+
Go package.
5160
</p>
5261

5362
<h3 id="riscv64">RISC-V</h3>

0 commit comments

Comments
 (0)