]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc/go1.21: mention debug/elf changes
authorIan Lance Taylor <iant@golang.org>
Wed, 31 May 2023 18:41:31 +0000 (11:41 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 31 May 2023 19:08:24 +0000 (19:08 +0000)
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>

doc/go1.21.html

index 91f0899c81a9c662a3c8d13f2bb7f5247795d0ee..76f5451a0e7f9277af821e49df2bf75141eb6e6d 100644 (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>
-
-    <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><!-- 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><!-- 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 -->