1
0
mirror of https://github.com/golang/go synced 2024-09-28 19:24:29 -06:00

doc/go1.21: mention debug/elf changes

For #55107
For #56887
For #56892

Change-Id: Ibcca34c931ed3595d877c4573bba221dec66bb5a
Reviewed-on: https://go-review.googlesource.com/c/go/+/499616
Reviewed-by: Eli Bendersky <eliben@google.com>
TryBot-Bypass: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Ian Lance Taylor 2023-05-31 11:41:31 -07:00 committed by Gopher Robot
parent 077194538c
commit 481665ec07

View File

@ -430,24 +430,23 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
<dd>
<p><!-- https://go.dev/issue/56887 -->
TODO: <a href="https://go.dev/issue/56887">https://go.dev/issue/56887</a>: add DT_FLAGS_1 (dynamic flags) constants
<p><!-- https://go.dev/issue/56892, CL 452617 -->
The new
<a href="https:/pkg/debug/elf/#File.DynValue"><code>File.DynValue</code></a>
method may be used to retrieve the numeric values listed with a
given dynamic tag.
</p>
<p><!-- https://go.dev/issue/56892 -->
TODO: <a href="https://go.dev/issue/56892">https://go.dev/issue/56892</a>: add (*File).DynValue
</p>
<p><!-- CL 452496 -->
TODO: <a href="https://go.dev/cl/452496">https://go.dev/cl/452496</a>: debug/elf: add DT_FLAGS_1 constants; modified api/next/56887.txt
</p>
<p><!-- CL 452617 -->
TODO: <a href="https://go.dev/cl/452617">https://go.dev/cl/452617</a>: debug/elf: retrieve values for dynamic section tags; modified api/next/56892.txt
<p><!-- https://go.dev/issue/56887, CL 452496 -->
The constant flags permitted in a <code>DT_FLAGS_1</code>
dynamic tag are now defined with type
<a href="/pkg/debug/elf/#DynFlag1"><code>DynFlag1</code></a>. These
tags have names starting with <code>DF_1</code>.
</p>
<p><!-- CL 473256 -->
TODO: <a href="https://go.dev/cl/473256">https://go.dev/cl/473256</a>: debug/elf: support zstd compression; modified api/next/55107.txt
The package now defines the constant
<a href="/pkg/debug/elf/#COMPRESS_ZSTD"><code>COMPRESS_ZSTD</code></a>.
</p>
</dd>
</dl><!-- debug/elf -->