aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2017-06-09 17:24:00 +1000
committerAlex Brainman <alex.brainman@gmail.com>2017-06-11 04:25:26 +0000
commit0e9d293db773b443e1e37b7cfcb75a114989c041 (patch)
treec8462fda84abbd2a769b6f6e9ac964e34d8362c9
parent2c7043c273a04dc3ca081321484c8a30d4c2c23b (diff)
downloadgo-0e9d293db773b443e1e37b7cfcb75a114989c041.tar.gz
go-0e9d293db773b443e1e37b7cfcb75a114989c041.zip
doc: explain Windows DWARF linker changes in go1.9.html
Updates #20587 Change-Id: If1f17a110ef3cc367849bd01e2733c60d85f124b Reviewed-on: https://go-review.googlesource.com/45118 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.9.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 164715c65b..e32ae4d5db 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -113,6 +113,10 @@ type T1 = T2
case in gccgo and is now fixed in the gc toolchain.
</p>
+<p> <!-- CL 36983 -->
+ The linker will now generate DWARF information for cgo executables on Windows.
+</p>
+
<h3 id="go-test-list">Go test</h3>
<p> <!-- CL 41195 -->
@@ -132,7 +136,6 @@ type T1 = T2
<!-- CL 43855: https://golang.org/cl/43855: cmd/go: include GOARM and GO386 in computed build ID -->
<!-- CL 44210: https://golang.org/cl/44210: cmd/internal/dwarf: update to DWARF4, emit frame_base -->
<!-- CL 42990: https://golang.org/cl/42990: cmd/internal/obj/x86: add ADDSUBPS/PD -->
-<!-- CL 36983: https://golang.org/cl/36983: cmd/link: write dwarf sections -->
<!-- CL 40331: https://golang.org/cl/40331: cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSD -->
<!-- CL 38343: https://golang.org/cl/38343: cmd/pprof: use proxy from environment -->