From: Russ Cox Date: Tue, 18 Aug 2015 01:32:40 +0000 (-0400) Subject: doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not Power 64 X-Git-Tag: go1.5~1^2~5 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=16c3838cf6b0f4020f3ca3f8ca9415ee7aff5422;p=gostls13.git doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not Power 64 Saying "Power 64" was wrong for reasons I don't remember. (Those reasons are why we stopped using GOARCH=power64.) Change-Id: Ifaac78d5733bfc780df01b1a66da766af0b17726 Reviewed-on: https://go-review.googlesource.com/13675 Reviewed-by: Rob Pike --- 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.