From 16c3838cf6b0f4020f3ca3f8ca9415ee7aff5422 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 17 Aug 2015 21:32:40 -0400 Subject: [PATCH] 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 --- doc/asm.html | 4 ++-- doc/go1.5.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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.
  • -- 2.48.1