From 09bc6c722493047fb50e8a7e70e028023eff8f32 Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Thu, 13 Nov 2014 16:42:23 +0000 Subject: [PATCH] [AArch64] Remove example processors from GAS. --- gas/ChangeLog | 4 ++++ gas/config/tc-aarch64.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index b3af3382745..b8e99754191 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2014-11-13 Marcus Shawcroft + + * config/tc-aarch64.c (aarch64_cpus): Remove example-1 and example-2. + 2014-11-12 Alan Modra * config/tc-z80.c (parse_exp_not_indexed, parse_exp): Warning fixes. diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 9d5e1d9c79e..ab6e2b692fb 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -7188,11 +7188,6 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = { {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"}, {"generic", AARCH64_ARCH_V8, NULL}, - /* These two are example CPUs supported in GCC, once we have real - CPUs they will be removed. */ - {"example-1", AARCH64_ARCH_V8, NULL}, - {"example-2", AARCH64_ARCH_V8, NULL}, - {NULL, AARCH64_ARCH_NONE, NULL} }; -- 2.30.2