]> Cypherpunks.ru repositories - gostls13.git/commitdiff
api/go1.13: add debug/elf.Symbol fields added in CL 184099
authorFilippo Valsorda <filippo@golang.org>
Thu, 8 Aug 2019 18:08:48 +0000 (14:08 -0400)
committerFilippo Valsorda <filippo@golang.org>
Thu, 8 Aug 2019 18:44:16 +0000 (18:44 +0000)
These will need auditing per #32813 like a few others in go1.13.txt, but
in the meantime they break the API check for beta/RC releases.

Updates #32813
Updates #31912

Change-Id: I3b0501b46324ee6fc0985f84971b99b772c7e4a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/189458
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
api/go1.13.txt

index d964d64019eab663a3010da503467427e1a86de6..bb0f683b378e21ca49e7849032f173a3f930f7ef 100644 (file)
@@ -39,6 +39,8 @@ pkg debug/dwarf, method (*UnsupportedType) String() string
 pkg debug/dwarf, type UnsupportedType struct
 pkg debug/dwarf, type UnsupportedType struct, embedded CommonType
 pkg debug/dwarf, type UnsupportedType struct, Tag Tag
+pkg debug/elf, type Symbol struct, Library string
+pkg debug/elf, type Symbol struct, Version string
 pkg encoding/csv, method (*ParseError) Unwrap() error
 pkg encoding/json, method (*MarshalerError) Unwrap() error
 pkg errors, func As(error, interface{}) bool