From: Ian Lance Taylor
Date: Thu, 14 Jul 2016 15:50:44 +0000 (-0700)
Subject: doc/go1.7.html: remove erroneous note about ppc64 and power8
X-Git-Tag: go1.7rc3~1^2~16
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2b6eb276517ecba08985d59b6b1928e29743d3e0;p=gostls13.git
doc/go1.7.html: remove erroneous note about ppc64 and power8
We decided that ppc64 should maintain power5 compatibility.
ppc64le requires power8.
Fixes #16372.
Change-Id: If5b309a0563f55a3c1fe9c853d29a463f5b71101
Reviewed-on: https://go-review.googlesource.com/24915
Reviewed-by: Minux Ma
Run-TryBot: Ian Lance Taylor
TryBot-Result: Gobot Gobot
---
diff --git a/doc/go1.7.html b/doc/go1.7.html
index 2dfa64da61..77cf579e27 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -91,8 +91,10 @@ added in Go 1.6 now have full support for cgo and external linking.
-The experimental port to Linux on big-endian 64-bit PowerPC (linux/ppc64
)
+The experimental port to Linux on little-endian 64-bit PowerPC (linux/ppc64le
)
now requires the POWER8 architecture or later.
+Big-endian 64-bit PowerPC (linux/ppc64
) only requires the
+POWER5 architecture.