From 0e9d293db773b443e1e37b7cfcb75a114989c041 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Fri, 9 Jun 2017 17:24:00 +1000 Subject: [PATCH] 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 --- doc/go1.9.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/go1.9.html b/doc/go1.9.html index 164715c65b4..e32ae4d5dbf 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 -