From 04ab75e2469a2d865c0d58319e97e090abfa3349 Mon Sep 17 00:00:00 2001
From: Heschi Kreinick
Date: Wed, 14 Jun 2017 13:58:27 -0400
Subject: [PATCH] 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
---
doc/go1.9.html | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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
-
--
2.50.0