[AArch64] Remove example processors from GAS.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 13 Nov 2014 16:42:23 +0000 (16:42 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Thu, 13 Nov 2014 16:42:23 +0000 (16:42 +0000)
gas/ChangeLog
gas/config/tc-aarch64.c

index b3af338..b8e9975 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * config/tc-aarch64.c (aarch64_cpus): Remove example-1 and example-2.
+
 2014-11-12  Alan Modra  <amodra@gmail.com>
 
        * config/tc-z80.c (parse_exp_not_indexed, parse_exp): Warning fixes.
index 9d5e1d9..ab6e2b6 100644 (file)
@@ -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}
 };