Skip to content

Commit d0764a2

Browse files
committed
doc: update go1.11.html removing TODO about TLS offsets
Change-Id: Id06e5139f16cd7a85c59a3dcf2020cf647fcdea0 Reviewed-on: https://go-review.googlesource.com/124709 Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]>
1 parent c7c147c commit d0764a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/go1.11.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ <h2 id="runtime">Runtime</h2>
309309
binaries or binaries compiled with <code>-race</code>.
310310
</p>
311311

312-
<p><!-- CL 108679 -->
312+
<p><!-- CL 108679, CL 106156 -->
313313
On macOS and iOS, the runtime now uses <code>libSystem.so</code> instead of
314314
calling the kernel directly. This should make Go binaries more
315315
compatible with future versions of macOS and iOS.
@@ -637,9 +637,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
637637

638638
<dl id="runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
639639
<dd>
640-
<p><!-- CL 106156 -->
641-
TODO: <a href="https://golang.org/cl/106156">https://golang.org/cl/106156</a>: use fixed TLS offsets on darwin/amd64 and darwin/386
642-
</p>
643640

644641
<p><!-- CL 70993 -->
645642
Setting the <code>GODEBUG=tracebackancestors=<em>N</em></code>

0 commit comments

Comments
 (0)