]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention the ppc64(le) ports in release notes
authorRob Pike <r@golang.org>
Wed, 22 Jul 2015 01:24:27 +0000 (11:24 +1000)
committerRob Pike <r@golang.org>
Thu, 23 Jul 2015 02:11:48 +0000 (02:11 +0000)
Also make the spelling consistent in asm.html

Change-Id: Ifa751eee288fe0634cd317eb827f3e408b199620
Reviewed-on: https://go-review.googlesource.com/12501
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
doc/asm.html
doc/go1.5.html

index 11249a3b7fb4cee68d822f38c4234b5bfdfa6ae0..ba888118b9efa3324c28089e04f977af93c0ff7c 100644 (file)
@@ -741,7 +741,7 @@ Addressing modes:
 
 </ul>
 
-<h3 id="ppc64">Power64, a.k.a. ppc64</h3>
+<h3 id="ppc64">Power 64, a.k.a. ppc64</h3>
 
 <p>
 The Power 64 port is in an experimental state.
index 3526979c99081c0970d537b329952019f28e17de..b8acdacaf05b1f1a112cd5d86ad3971a73136eff 100644 (file)
@@ -233,6 +233,14 @@ The new port <code>linux/arm64</code> is mostly in place, but <code>cgo</code>
 is only supported using external linking.
 </p>
 
+<p>
+Also available as experiments are <code>ppc64</code> (IBM Power 64)
+and <code>ppc64le</code> (IBM Power 64, little-endian).
+Both these ports support <code>cgo</code>,
+but for <code>ppc64</code> it requires external linking while
+for <code>ppc64le</code> it requires internal linking.
+</p>
+
 <p>
 On FreeBSD, Go 1.5 requires FreeBSD 8-STABLE+ because of its new use of the <code>SYSCALL</code> instruction.
 </p>