From: Alex Brainman
Date: Fri, 9 Jun 2017 07:24:00 +0000 (+1000)
Subject: doc: explain Windows DWARF linker changes in go1.9.html
X-Git-Tag: go1.9beta1~48
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0e9d293db773b443e1e37b7cfcb75a114989c041;p=gostls13.git
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
---
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.
+
+ The linker will now generate DWARF information for cgo executables on Windows.
+
+
Go test
@@ -132,7 +136,6 @@ type T1 = T2
-