From: Shenghou Ma
Date: Tue, 29 Apr 2014 19:54:37 +0000 (-0400)
Subject: doc/go1.3.html: update for FreeBSD/ARM support.
X-Git-Tag: go1.3beta2~164
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=74dccea2f270d31d94e6cd27111d6b04c64db51c;p=gostls13.git
doc/go1.3.html: update for FreeBSD/ARM support.
FreeBSD 10 is fully supported.
LGTM=r
R=golang-codereviews, bradfitz, r
CC=dave, golang-codereviews
https://golang.org/cl/99810044
---
diff --git a/doc/go1.3.html b/doc/go1.3.html
index 5b623bd2e3..5d5ee47f4e 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -70,6 +70,11 @@ As of Go 1.3, support for Go on FreeBSD requires that the kernel be compiled wit
COMPAT_FREEBSD32
flag configured.
+
+In concert with the switch to EABI syscalls for ARM platforms, Go 1.3 will run only on
+FreeBSD 10. The x86 platforms, 386 and amd64, are unaffected.
+
+
Changes to the memory model