From: Austin Clements Date: Thu, 9 Jul 2020 18:16:44 +0000 (-0400) Subject: doc/go1.15: fix TODO about -buildmode=pie X-Git-Tag: go1.15rc1~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=574dac9d9707ddd35d57aaea646710dfae67bd89;p=gostls13.git 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 --- 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.

- TODO: https://golang.org/cl/207877: 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 -buildmode=pie on + linux/amd64 and linux/arm64, so these + configurations no longer require a C linker.

Objdump