Skip to content

Commit ccd9784

Browse files
doc/go1.17: document new debug/elf constant
For #39677 For #44513 Change-Id: I8c4193fd4359b83e6739e7e30a3a42b5f21b0f1a Reviewed-on: https://go-review.googlesource.com/c/go/+/323275 Trust: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 3de3440 commit ccd9784

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/go1.17.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
373373
</dd>
374374
</dl><!-- database/sql -->
375375

376+
<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
377+
<dd>
378+
<p><!-- CL 239217 -->
379+
The <a href="/pkg/debug/elf/#SHT_MIPS_ABIFLAGS"><code>SHT_MIPS_ABIFLAGS</code></a>
380+
constant has been added.
381+
</p>
382+
</dd>
383+
</dl><!-- debug/elf -->
384+
376385
<dl id="encoding/binary"><dt><a href="/pkg/encoding/binary/">encoding/binary</a></dt>
377386
<dd>
378387
<p><!-- CL 299531 -->

0 commit comments

Comments
 (0)