1
0
mirror of https://github.com/golang/go synced 2024-11-23 00:40:08 -07:00

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 <joel@sing.id.au>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
Joel Sing 2021-06-14 23:47:10 +10:00
parent 326ea438bb
commit fdab5be159

View File

@ -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 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 done on the 32-bit x86 and 32-bit ARM architectures on OpenBSD
(the <code>openbsd/386</code> and <code>openbsd/arm</code> ports). (the <code>openbsd/386</code> and <code>openbsd/arm</code> ports).
This ensures forward-compatibility with future versions of This ensures compatibility with OpenBSD 6.9 onwards, which require
OpenBSD, in particular, with OpenBSD 6.9 onwards, which requires
system calls to be made through <code>libc</code> for non-static system calls to be made through <code>libc</code> for non-static
Go binaries. Go binaries.
</p> </p>