From: Joel Sing Date: Mon, 14 Jun 2021 13:47:10 +0000 (+1000) Subject: doc/go1.17: further revise OpenBSD release notes X-Git-Tag: go1.17rc1~109 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fdab5be159;p=gostls13.git doc/go1.17: further revise OpenBSD release notes Simplify and remove forward-compatibility reference, as OpenBSD 6.9 has already been released (1st of May 2021). Updates #44513 Change-Id: I0a1abbb397f31d15c80a970edaa9723f894cafa9 Reviewed-on: https://go-review.googlesource.com/c/go/+/327652 Trust: Joel Sing Reviewed-by: Cherry Mui --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 4fa38921f0..35d0f97450 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -106,8 +106,7 @@ Do not send CLs removing the interior tags from such phrases. of directly using machine instructions. In Go 1.17, this is also done on the 32-bit x86 and 32-bit ARM architectures on OpenBSD (the openbsd/386 and openbsd/arm ports). - This ensures forward-compatibility with future versions of - OpenBSD, in particular, with OpenBSD 6.9 onwards, which requires + This ensures compatibility with OpenBSD 6.9 onwards, which require system calls to be made through libc for non-static Go binaries.