mirror of
https://github.com/golang/go
synced 2024-11-22 20:24:47 -07:00
doc/go1.17: revise OpenBSD release notes
Updates #44513. Change-Id: I64077859fa3061fee8327599875ad3870d603a81 Reviewed-on: https://go-review.googlesource.com/c/go/+/322856 Trust: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>
This commit is contained in:
parent
689f4c7415
commit
da4a640141
@ -95,11 +95,13 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
In Go 1.16, on the 64-bit x86 and 64-bit ARM architectures on
|
In Go 1.16, on the 64-bit x86 and 64-bit ARM architectures on
|
||||||
OpenBSD (the <code>openbsd/amd64</code> and <code>openbsd/arm64</code>
|
OpenBSD (the <code>openbsd/amd64</code> and <code>openbsd/arm64</code>
|
||||||
ports) system calls are made through <code>libc</code>, instead
|
ports) system calls are made through <code>libc</code>, instead
|
||||||
of directly using the machine instructions. In Go 1.17, this is
|
of directly using machine instructions. In Go 1.17, this is also
|
||||||
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 forward-compatibility with future versions of
|
||||||
OpenBSD.
|
OpenBSD, in particular, with OpenBSD 6.9 onwards, which requires
|
||||||
|
system calls to be made through <code>libc</code> for non-static
|
||||||
|
Go binaries.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="arm64">ARM64</h3>
|
<h3 id="arm64">ARM64</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user