diff --git a/doc/go1.16.html b/doc/go1.16.html index fc01a5f509..8d31f63fa2 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -80,6 +80,16 @@ Do not send CLs removing the interior tags from such phrases. support cgo.
+
+ On the 64-bit x86 and 64-bit ARM architectures on OpenBSD (the
+ openbsd/amd64 and openbsd/arm64 ports), system
+ calls are now made through libc, instead of directly using
+ the SYSCALL/SVC instruction. This ensures
+ forward-compatibility with future versions of OpenBSD. In particular,
+ OpenBSD 6.9 onwards will require system calls to be made through
+ libc for non-static Go binaries.
+