Skip to content

Commit 0e9d293

Browse files
committed
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>
1 parent 2c7043c commit 0e9d293

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/go1.9.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ <h3 id="compiler">Compiler Toolchain</h3>
113113
case in gccgo and is now fixed in the gc toolchain.
114114
</p>
115115

116+
<p> <!-- CL 36983 -->
117+
The linker will now generate DWARF information for cgo executables on Windows.
118+
</p>
119+
116120
<h3 id="go-test-list">Go test</h3>
117121

118122
<p> <!-- CL 41195 -->
@@ -132,7 +136,6 @@ <h3 id="go-test-list">Go test</h3>
132136
<!-- CL 43855: https://golang.org/cl/43855: cmd/go: include GOARM and GO386 in computed build ID -->
133137
<!-- CL 44210: https://golang.org/cl/44210: cmd/internal/dwarf: update to DWARF4, emit frame_base -->
134138
<!-- CL 42990: https://golang.org/cl/42990: cmd/internal/obj/x86: add ADDSUBPS/PD -->
135-
<!-- CL 36983: https://golang.org/cl/36983: cmd/link: write dwarf sections -->
136139
<!-- CL 40331: https://golang.org/cl/40331: cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSD -->
137140
<!-- CL 38343: https://golang.org/cl/38343: cmd/pprof: use proxy from environment -->
138141

0 commit comments

Comments
 (0)