From: Austin Clements Date: Tue, 4 Aug 2015 19:57:07 +0000 (-0400) Subject: doc: mention new DWARF line table decoder in go1.5.html X-Git-Tag: go1.5rc1~23 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=43a404cf5fe8ec3dea4f0015bc1c63d3c51e23af;p=gostls13.git 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 --- 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.