diff --git a/doc/asm.html b/doc/asm.html index ba888118b9..c992e14ade 100644 --- a/doc/asm.html +++ b/doc/asm.html @@ -741,10 +741,10 @@ Addressing modes: -

Power 64, a.k.a. ppc64

+

64-bit PowerPC, a.k.a. ppc64

-The Power 64 port is in an experimental state. +The 64-bit PowerPC port is in an experimental state.

diff --git a/doc/go1.5.html b/doc/go1.5.html index 13ca1eddb9..8f3035fe9a 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -236,8 +236,8 @@ is only supported using external linking.

-Also available as experiments are ppc64 (IBM Power 64) -and ppc64le (IBM Power 64, little-endian). +Also available as experiments are ppc64 +and ppc64le (64-bit PowerPC, big- and little-endian). Both these ports support cgo but only with internal linking.

@@ -952,7 +952,7 @@ also now supports decoding of DWARF line tables.
  • The debug/elf -package now has support for the 64-bit Power architecture. +package now has support for the 64-bit PowerPC architecture.