]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: document new debug/elf constant
authorIan Lance Taylor <iant@golang.org>
Thu, 27 May 2021 23:16:37 +0000 (16:16 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 May 2021 04:09:07 +0000 (04:09 +0000)
For #39677
For #44513

Change-Id: I8c4193fd4359b83e6739e7e30a3a42b5f21b0f1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/323275
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.17.html

index b3485a0ca64e0f5d3a4e861b53e2e9c10851481f..4e847708e5c143a5194a44efbabb9aa479c53d5a 100644 (file)
@@ -373,6 +373,15 @@ Do not send CLs removing the interior tags from such phrases.
   </dd>
 </dl><!-- database/sql -->
 
+<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
+  <dd>
+    <p><!-- CL 239217 -->
+      The <a href="/pkg/debug/elf/#SHT_MIPS_ABIFLAGS"><code>SHT_MIPS_ABIFLAGS</code></a>
+      constant has been added.
+    </p>
+  </dd>
+</dl><!-- debug/elf -->
+
 <dl id="encoding/binary"><dt><a href="/pkg/encoding/binary/">encoding/binary</a></dt>
   <dd>
     <p><!-- CL 299531 -->