From aa4a95011cf13e2a4ca39032dca932de16cb3b4b Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Fri, 8 Dec 2023 15:02:47 -0500 Subject: [PATCH] doc/go1.22: document additional constants in debug/elf package Updates #61974, #63725. For #61422. Change-Id: Ifd6c62e877dbd13f0e86fef801fe70d39fb3a66b Reviewed-on: https://go-review.googlesource.com/c/go/+/548478 Reviewed-by: Than McIntosh LUCI-TryBot-Result: Go LUCI --- doc/go1.22.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index d11a6330290..f9b98bff8e0 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -388,6 +388,19 @@ defer func() { +
debug/elf
+
+

+ Constant R_MIPS_PC32 is defined for use with MIPS64 systems. +

+
+
+

+ Additional R_LARCH_* constants are defined for use with LoongArch systems. +

+
+
+
encoding

@@ -810,8 +823,3 @@ defer func() { Go 1.22 adds an experimental port to OpenBSD on big-endian 64-bit PowerPC (openbsd/ppc64).

- - -

- TODO: https://go.dev/cl/469395: debug/elf,cmd/link: add additional MIPS64 relocation type; modified api/next/61974.txt -