]> Cypherpunks repositories - gostls13.git/commitdiff
doc: changes for loong64 linux port
authorDavid Chase <drchase@google.com>
Tue, 5 Dec 2023 21:11:20 +0000 (16:11 -0500)
committerDavid Chase <drchase@google.com>
Wed, 6 Dec 2023 21:59:04 +0000 (21:59 +0000)
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 <drchase@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>

doc/go1.22.html

index e5facbd892a7029ce211338bdbac44d6650b72d2..07901c82ab272a1f9cd8da5c83842d85296ab730 100644 (file)
@@ -786,17 +786,19 @@ defer func() {
   <code>6</code> and <code>7</code>.
 </p>
 
+<h3 id="loong64">Loong64</h3>
 <p><!-- CL 481315 -->
-  TODO: <a href="https://go.dev/cl/481315">https://go.dev/cl/481315</a>: runtime, cmd/go: enable memory sanitizer on linux/loong64
+  The <code>loong64</code> port now supports passing function arguments and results using registers.
 </p>
+<p><!-- CL 481315,537615,480878 -->
+  The <code>linux/loong64</code> port now supports the memory sanitizer, new-style linker relocations, and the <code>plugin</code> build mode.
+</p>
+
 
 <p><!-- CL 517935 -->
   TODO: <a href="https://go.dev/cl/517935">https://go.dev/cl/517935</a>: cmd/dist,internal/platform: enable openbsd/ppc64 port
 </p>
 
-<p><!-- CL 537615 -->
-  TODO: <a href="https://go.dev/cl/537615">https://go.dev/cl/537615</a>: debug/elf,cmd/link: add additional relocations for loong64; modified api/next/63725.txt
-</p>
 
 <p><!-- CL 469395 -->
   TODO: <a href="https://go.dev/cl/469395">https://go.dev/cl/469395</a>: debug/elf,cmd/link: add additional MIPS64 relocation type; modified api/next/61974.txt