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 +