]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: add release notes for OpenBSD ports
authorCherry Mui <cherryyz@google.com>
Wed, 19 May 2021 20:22:34 +0000 (16:22 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 20 May 2021 16:09:44 +0000 (16:09 +0000)
Updates #44513.

Change-Id: I8758768f6231fd7fcbaa7109eb49ee56cd60d93d
Reviewed-on: https://go-review.googlesource.com/c/go/+/321310
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.17.html

index ea8bc3ccd66218bf36e7d0fe43a85a27c4a87276..97307bc508dfb96ed0dd2f0b7dde5a064e9a6815 100644 (file)
@@ -50,6 +50,24 @@ Do not send CLs removing the interior tags from such phrases.
   <code>windows/arm64</code> port). This port supports cgo.
 </p>
 
+<h3 id="openbsd">OpenBSD</h3>
+
+<p><!-- golang.org/issue/43005 -->
+  The 64-bit MIPS architecture on OpenBSD (the <code>openbsd/mips64</code>
+  port) now supports cgo.
+</p>
+
+<p><!-- golang.org/issue/36435 -->
+  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>
+  ports) system calls are made through <code>libc</code>, 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 <code>openbsd/386</code> and <code>openbsd/arm</code> ports).
+  This ensures forward-compatibility with future versions of
+  OpenBSD.
+</p>
+
 <p>
   TODO: complete the Ports section
 </p>