From: Cherry Mui
Date: Wed, 19 May 2021 20:22:34 +0000 (-0400)
Subject: doc/go1.17: add release notes for OpenBSD ports
X-Git-Tag: go1.17beta1~128
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=def53605418c8134880ffa3700c6a4ba6c689234;p=gostls13.git
doc/go1.17: add release notes for OpenBSD ports
Updates #44513.
Change-Id: I8758768f6231fd7fcbaa7109eb49ee56cd60d93d
Reviewed-on: https://go-review.googlesource.com/c/go/+/321310
Trust: Cherry Mui
Reviewed-by: Dmitri Shuralyov
---
diff --git a/doc/go1.17.html b/doc/go1.17.html
index ea8bc3ccd6..97307bc508 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -50,6 +50,24 @@ Do not send CLs removing the interior tags from such phrases.
windows/arm64
port). This port supports cgo.
+OpenBSD
+
+
+ The 64-bit MIPS architecture on OpenBSD (the openbsd/mips64
+ port) now supports cgo.
+
+
+
+ In Go 1.16, on the 64-bit x86 and 64-bit ARM architectures on
+ OpenBSD (the openbsd/amd64
and openbsd/arm64
+ ports) system calls are made through libc
, instead
+ of directly using the 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.
+
+
TODO: complete the Ports section