Commit d0764a24 authored by Andrew Bonventre's avatar Andrew Bonventre

doc: update go1.11.html removing TODO about TLS offsets

Change-Id: Id06e5139f16cd7a85c59a3dcf2020cf647fcdea0
Reviewed-on: https://go-review.googlesource.com/124709Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: default avatarAndrew Bonventre <andybons@golang.org>
parent c7c147c8
...@@ -309,7 +309,7 @@ func f(v interface{}) { ...@@ -309,7 +309,7 @@ func f(v interface{}) {
binaries or binaries compiled with <code>-race</code>. binaries or binaries compiled with <code>-race</code>.
</p> </p>
<p><!-- CL 108679 --> <p><!-- CL 108679, CL 106156 -->
On macOS and iOS, the runtime now uses <code>libSystem.so</code> instead of On macOS and iOS, the runtime now uses <code>libSystem.so</code> instead of
calling the kernel directly. This should make Go binaries more calling the kernel directly. This should make Go binaries more
compatible with future versions of macOS and iOS. compatible with future versions of macOS and iOS.
...@@ -637,9 +637,6 @@ func f(v interface{}) { ...@@ -637,9 +637,6 @@ func f(v interface{}) {
<dl id="runtime"><dt><a href="/pkg/runtime/">runtime</a></dt> <dl id="runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
<dd> <dd>
<p><!-- CL 106156 -->
TODO: <a href="https://golang.org/cl/106156">https://golang.org/cl/106156</a>: use fixed TLS offsets on darwin/amd64 and darwin/386
</p>
<p><!-- CL 70993 --> <p><!-- CL 70993 -->
Setting the <code>GODEBUG=tracebackancestors=<em>N</em></code> Setting the <code>GODEBUG=tracebackancestors=<em>N</em></code>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment