]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.22: document additional constants in debug/elf package
authorCherry Mui <cherryyz@google.com>
Fri, 8 Dec 2023 20:02:47 +0000 (15:02 -0500)
committerCherry Mui <cherryyz@google.com>
Fri, 8 Dec 2023 20:35:17 +0000 (20:35 +0000)
Updates #61974, #63725.
For #61422.

Change-Id: Ifd6c62e877dbd13f0e86fef801fe70d39fb3a66b
Reviewed-on: https://go-review.googlesource.com/c/go/+/548478
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

doc/go1.22.html

index d11a6330290beee08920e1a82b9a217c0734f4bf..f9b98bff8e064b8d42d63ff7ee622dcc71293824 100644 (file)
@@ -388,6 +388,19 @@ defer func() {
   </dd>
 </dl><!-- database/sql -->
 
+<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
+  <dd>
+    <p><!-- https://go.dev/issue/61974, CL 469395 -->
+      Constant <code>R_MIPS_PC32</code> is defined for use with MIPS64 systems.
+    </p>
+  </dd>
+  <dd>
+    <p><!-- https://go.dev/issue/63725, CL 537615 -->
+      Additional <code>R_LARCH_*</code> constants are defined for use with LoongArch systems.
+    </p>
+  </dd>
+</dl><!-- debug/elf -->
+
 <dl id="encoding"><dt><a href="/pkg/encoding/">encoding</a></dt>
   <dd>
     <p><!-- https://go.dev/issue/53693, https://go.dev/cl/504884 -->
@@ -810,8 +823,3 @@ defer func() {
   Go 1.22 adds an experimental port to OpenBSD on big-endian 64-bit PowerPC
   (<code>openbsd/ppc64</code>).
 </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
-</p>