From: Carlos Amedee Date: Tue, 7 Jul 2020 11:39:05 +0000 (-0400) Subject: doc/go1.15: update Go 1.15 release notes using relnote X-Git-Tag: go1.15rc1~29 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bff372793a6bb685b6338eb84ddb5583d57c7f9c;p=gostls13.git doc/go1.15: update Go 1.15 release notes using relnote The additions were generated using golang.org/x/build/cmd/relnote. Updates #37419 Change-Id: I99e934377e4bb511c44908039ad6d3bfd3ee35ce Reviewed-on: https://go-review.googlesource.com/c/go/+/241065 Run-TryBot: Carlos Amedee Reviewed-by: Alexander Rakoczy Reviewed-by: Andrew Bonventre Reviewed-by: Dmitri Shuralyov TryBot-Result: Gobot Gobot --- diff --git a/doc/go1.15.html b/doc/go1.15.html index 0d185de8f9..45ffec4b34 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -335,6 +335,11 @@ Do not send CLs removing the interior tags from such phrases. improvements expected in future releases.

+

+ 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. +

+

Objdump

@@ -938,6 +943,10 @@ Do not send CLs removing the interior tags from such phrases. return temporary directories that are automatically cleaned up at the end of the test.

+ +

+ TODO: https://golang.org/cl/229085: reformat test chatty output +