mirror of
https://github.com/golang/go
synced 2024-11-26 04:47:57 -07:00
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 <thanm@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
e1cba47ee0
commit
aa4a95011c
@ -388,6 +388,19 @@ defer func() {
|
|||||||
</dd>
|
</dd>
|
||||||
</dl><!-- database/sql -->
|
</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>
|
<dl id="encoding"><dt><a href="/pkg/encoding/">encoding</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- https://go.dev/issue/53693, https://go.dev/cl/504884 -->
|
<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
|
Go 1.22 adds an experimental port to OpenBSD on big-endian 64-bit PowerPC
|
||||||
(<code>openbsd/ppc64</code>).
|
(<code>openbsd/ppc64</code>).
|
||||||
</p>
|
</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>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user