Skip to content

Commit 470829d

Browse files
committed
doc/go1.16: document GO386=387 and GO386=softfloat
Also add a few more TODOs as found by the relnote command. It's an incomplete list due to #41849. For #40700. Change-Id: Id17a9be86d3338e1fcb281d26e7298ff26e92864 Reviewed-on: https://go-review.googlesource.com/c/go/+/260337 Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Dmitri Shuralyov <[email protected]>
1 parent 5c1567c commit 470829d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/go1.16.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ <h3 id="netbsd">NetBSD</h3>
3838
<code>netbsd/arm64</code> port).
3939
</p>
4040

41+
<h3 id="386">386</h3>
42+
43+
<p><!-- golang.org/issue/40255, golang.org/issue/41848, CL 258957, and CL 260017 -->
44+
As <a href="go1.15#386">announced</a> in the Go 1.15 release notes,
45+
Go 1.16 drops support for x87 mode compilation (<code>GO386=387</code>).
46+
Support for non-SSE2 processors is now available using soft float
47+
mode (<code>GO386=softfloat</code>).
48+
Users running on non-SSE2 processors should replace <code>GO386=387</code>
49+
with <code>GO386=softfloat</code>.
50+
</p>
51+
4152
<h2 id="tools">Tools</h2>
4253

4354
<p>
@@ -162,6 +173,8 @@ <h2 id="linker">Linker</h2>
162173
TODO: update with final numbers later in the release.
163174
</p>
164175

176+
<!-- CL 255259: https://golang.org/cl/255259: cmd/link: enable ASLR on windows binaries built with -buildmode=c-shared -->
177+
165178
<h2 id="library">Core library</h2>
166179

167180
<p>
@@ -275,3 +288,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
275288
</p>
276289
</dd>
277290
</dl><!-- net/http -->
291+
292+
<dl id="runtime/debug"><dt><a href="/pkg/runtime/debug/">runtime/debug</a></dt>
293+
<dd>
294+
<p><!-- CL 249677 -->
295+
TODO: <a href="https://golang.org/cl/249677">https://golang.org/cl/249677</a>: provide Addr method for errors from SetPanicOnFault
296+
</p>
297+
</dd>
298+
</dl><!-- runtime/debug -->

0 commit comments

Comments
 (0)