From 43a404cf5fe8ec3dea4f0015bc1c63d3c51e23af Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 4 Aug 2015 15:57:07 -0400 Subject: [PATCH] doc: mention new DWARF line table decoder in go1.5.html Change-Id: I4e8c20284255e0e17b6fb72475d2d37f49994788 Reviewed-on: https://go-review.googlesource.com/13113 Reviewed-by: Rob Pike --- doc/go1.5.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/go1.5.html b/doc/go1.5.html index e449b47802..a8e072efef 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -953,6 +953,11 @@ See for example the definition of the new type Class. +
  • +The debug/dwarf package +also now supports decoding of DWARF line tables. +
  • +
  • The debug/elf package now has support for the 64-bit Power architecture. -- 2.48.1