From e3e2e4ca14f29bb6b78582092b91fa4567af4fc2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 6 Jul 2018 16:53:49 +0100 Subject: Canonicalise 64-bit PowerPC CPU families to "ppc64" Instead of exposing the endianness in the CPU family, canonicalise the CPU family to just "ppc64" to match MIPS (which is also bi-endian). Part of the work for #3842. --- docs/markdown/Reference-tables.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/markdown/Reference-tables.md') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index b1a7bf6aa..6486aa245 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -49,9 +49,8 @@ set in the cross file. | aarch64 | 64 bit ARM processor | | mips | 32 bit MIPS processor | | mips64 | 64 bit MIPS processor | -| ppc | 32 bit PPC processors (Big Endian) | -| ppc64 | 64 bit PPC processors (Big Endian) | -| ppc64le | 64 bit PPC processors (Little Endian) | +| ppc | 32 bit PPC processors | +| ppc64 | 64 bit PPC processors | | e2k | MCST Elbrus processor | | parisc | HP PA-RISC processor | | sparc64 | SPARC v9 processor | -- cgit v1.2.3