From: David Chase
Date: Tue, 5 Dec 2023 21:11:20 +0000 (-0500)
Subject: doc: changes for loong64 linux port
X-Git-Tag: go1.22rc1~75
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fecaea97e42aaabf75ee834bc01da0537fc9a27a;p=gostls13.git
doc: changes for loong64 linux port
register abi, memory sanitizer, new relocations, buildmode=plugin
Change-Id: Ib7f023f61be26fc1369a3db454f6d8828e5b5b33
Reviewed-on: https://go-review.googlesource.com/c/go/+/547638
Run-TryBot: David Chase
Reviewed-by: Cherry Mui
TryBot-Result: Gopher Robot
---
diff --git a/doc/go1.22.html b/doc/go1.22.html
index e5facbd892..07901c82ab 100644
--- a/doc/go1.22.html
+++ b/doc/go1.22.html
@@ -786,17 +786,19 @@ defer func() {
6
and 7
.
+Loong64
- TODO: https://go.dev/cl/481315: runtime, cmd/go: enable memory sanitizer on linux/loong64
+ The loong64
port now supports passing function arguments and results using registers.
+
+ The linux/loong64
port now supports the memory sanitizer, new-style linker relocations, and the plugin
build mode.
+
+
TODO: https://go.dev/cl/517935: cmd/dist,internal/platform: enable openbsd/ppc64 port
-
- TODO: https://go.dev/cl/537615: debug/elf,cmd/link: add additional relocations for loong64; modified api/next/63725.txt
-
TODO: https://go.dev/cl/469395: debug/elf,cmd/link: add additional MIPS64 relocation type; modified api/next/61974.txt