diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-11-13 16:42:23 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-11-13 16:42:23 +0000 |
commit | 09bc6c722493047fb50e8a7e70e028023eff8f32 (patch) | |
tree | 630ab40ce965c8eb82a7318e9bc08d0a08e998b7 /gas/config/tc-aarch64.c | |
parent | 3102e897eeda28961a32826095befef5c4a74097 (diff) | |
download | gdb-09bc6c722493047fb50e8a7e70e028023eff8f32.zip gdb-09bc6c722493047fb50e8a7e70e028023eff8f32.tar.gz gdb-09bc6c722493047fb50e8a7e70e028023eff8f32.tar.bz2 |
[AArch64] Remove example processors from GAS.
Diffstat (limited to 'gas/config/tc-aarch64.c')
-rw-r--r-- | gas/config/tc-aarch64.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 9d5e1d9..ab6e2b6 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} }; |