aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2020-07-09 14:16:44 -0400
committerAustin Clements <austin@google.com>2020-07-09 20:19:47 +0000
commit574dac9d9707ddd35d57aaea646710dfae67bd89 (patch)
tree1e7606fa4a73cfc86e927d57ad9c6c62e189ecd4 /doc
parent504db532971b703d52f0bd4ced3e36a403b49da4 (diff)
downloadgo-574dac9d9707ddd35d57aaea646710dfae67bd89.tar.gz
go-574dac9d9707ddd35d57aaea646710dfae67bd89.zip
doc/go1.15: fix TODO about -buildmode=pie
Updates #37419. Change-Id: If77067eb348de47a4b101325de8a43502383b6d3 Reviewed-on: https://go-review.googlesource.com/c/go/+/241740 Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index b7b422e4a1..e4a2491e70 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -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>