diff --git a/doc/asm.html b/doc/asm.html index 11249a3b7f..ba888118b9 100644 --- a/doc/asm.html +++ b/doc/asm.html @@ -741,7 +741,7 @@ Addressing modes: -
The Power 64 port is in an experimental state.
diff --git a/doc/go1.5.html b/doc/go1.5.html
index 3526979c99..b8acdacaf0 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -233,6 +233,14 @@ The new port linux/arm64
is mostly in place, but cgo
is only supported using external linking.
+Also available as experiments are ppc64
(IBM Power 64)
+and ppc64le
(IBM Power 64, little-endian).
+Both these ports support cgo
,
+but for ppc64
it requires external linking while
+for ppc64le
it requires internal linking.
+
On FreeBSD, Go 1.5 requires FreeBSD 8-STABLE+ because of its new use of the SYSCALL
instruction.