]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: fix TODO about -buildmode=pie
authorAustin Clements <austin@google.com>
Thu, 9 Jul 2020 18:16:44 +0000 (14:16 -0400)
committerAustin Clements <austin@google.com>
Thu, 9 Jul 2020 20:19:47 +0000 (20:19 +0000)
Updates #37419.

Change-Id: If77067eb348de47a4b101325de8a43502383b6d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/241740
Reviewed-by: Cherry Zhang <cherryyz@google.com>
doc/go1.15.html

index b7b422e4a17ccfc696c2ba3c4fb9e596878fd29e..e4a2491e7044bcba91e79b958f2b4d61a63a710e 100644 (file)
@@ -336,8 +336,10 @@ Do not send CLs removing the interior tags from such phrases.
 </p>
 
 <p><!-- CL 207877 -->
-  TODO: <a href="https://golang.org/cl/207877">https://golang.org/cl/207877</a>: Revert -buildmode=pie to internal linking.
-  The linker defaults to internal linking mode for PIE on linux/amd64 and linux/arm64, which does require a C linker.
+  The linker now defaults to internal linking mode
+  for <code>-buildmode=pie</code> on
+  <code>linux/amd64</code> and <code>linux/arm64</code>, so these
+  configurations no longer require a C linker.
 </p>
 
 <h2 id="objdump">Objdump</h2>