File tree 1 file changed +21
-0
lines changed 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,17 @@ <h3 id="netbsd">NetBSD</h3>
38
38
< code > netbsd/arm64</ code > port).
39
39
</ p >
40
40
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
+
41
52
< h2 id ="tools "> Tools</ h2 >
42
53
43
54
< p >
@@ -162,6 +173,8 @@ <h2 id="linker">Linker</h2>
162
173
TODO: update with final numbers later in the release.
163
174
</ p >
164
175
176
+ <!-- CL 255259: https://golang.org/cl/255259: cmd/link: enable ASLR on windows binaries built with -buildmode=c-shared -->
177
+
165
178
< h2 id ="library "> Core library</ h2 >
166
179
167
180
< p >
@@ -275,3 +288,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
275
288
</ p >
276
289
</ dd >
277
290
</ 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 -->
You can’t perform that action at this time.
0 commit comments