From: Heschi Kreinick
Date: Wed, 14 Jun 2017 17:58:27 +0000 (-0400)
Subject: doc: list cmd/compile's DWARF changes in 1.9 relnotes
X-Git-Tag: go1.9beta1~9
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=04ab75e2469a2d865c0d58319e97e090abfa3349;p=gostls13.git
doc: list cmd/compile's DWARF changes in 1.9 relnotes
Change-Id: I956873854724e8afed460f7ff3a657d68ec20fa1
Reviewed-on: https://go-review.googlesource.com/45755
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 51aa1f071f..63e8b7a6d0 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -118,6 +118,12 @@ type T1 = T2
The linker will now generate DWARF information for cgo executables on Windows.
+
+ The compiler now includes lexical scopes in the generated DWARF, allowing
+ debuggers to hide variables that are not in scope. The .debug_info
+ section is now DWARF version 4.
+
+
Go test
@@ -135,7 +141,6 @@ type T1 = T2
-