From: Austin Clements Date: Thu, 17 Jan 2019 02:42:00 +0000 (-0500) Subject: doc/go1.12: link to ABIInternal design document X-Git-Tag: go1.12rc1~67 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e2ff73286f68543d024f632a1764e93a6b21ccee;p=gostls13.git doc/go1.12: link to ABIInternal design document The ABI changes should be completely transparent to Go code, but could cause linking issues in certain situations involving assembly code reaching across package boundaries. If users encounter linking problems, point them to the "Compatibility" section of the ABI design document, which gives some guidance. Change-Id: I4156d164562e2ec0de7ae8f9a3631a32ec45b317 Reviewed-on: https://go-review.googlesource.com/c/158237 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.12.html b/doc/go1.12.html index e228d98a8c..41ebd50cb2 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -239,9 +239,9 @@ for { except for calls that simultaneously cross between Go and assembly and cross a package boundary. If linking results in an error like "relocation target not defined for ABIInternal (but - is defined for ABI0)", please refer to help section of the ABI - design document. - + is defined for ABI0)", please refer to the + compatibility section + of the ABI design document.