Skip to content

Commit

Permalink
doc/go1.15: update Go 1.15 release notes using relnote
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Alexander Rakoczy <[email protected]>
Reviewed-by: Andrew Bonventre <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
  • Loading branch information
cagedmantis committed Jul 7, 2020
1 parent 6b34417 commit bff3727
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/go1.15.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ <h2 id="linker">Linker</h2>
improvements expected in future releases.
</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.
</p>

<h2 id="objdump">Objdump</h2>

<p><!-- CL 225459 -->
Expand Down Expand Up @@ -938,6 +943,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
return temporary directories that are automatically cleaned up
at the end of the test.
</p>

<p><!-- CL 229085 -->
TODO: <a href="https://golang.org/cl/229085">https://golang.org/cl/229085</a>: reformat test chatty output
</p>
</dd>
</dl><!-- testing -->

Expand Down

0 comments on commit bff3727

Please sign in to comment.