Drop arm support for falkor/qdf24xx targets, not present in released hardware.
authorJim Wilson <jim.wilson@linaro.org>
Tue, 6 Jun 2017 00:25:02 +0000 (17:25 -0700)
committerJim Wilson <jim.wilson@linaro.org>
Tue, 6 Jun 2017 00:25:02 +0000 (17:25 -0700)
gas/
* config/tc-arm.c (arm_cpus): Delete falkor and qdf24xx entries.
* doc/c-arm.texi (-mcpu): Likewise.

gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi

index d8b9d2ee88e0016ec974ccee649186a8b088ae1a..e5381f227d7536553b9f6f8add764bc55dbbb6c7 100644 (file)
@@ -1,3 +1,8 @@
+2017-06-05  Jim Wilson  <jim.wilson@linaro.org>
+
+       * config/tc-arm.c (arm_cpus): Delete falkor and qdf24xx entries.
+       * doc/c-arm.texi (-mcpu): Likewise.
+
 2017-05-30  Anton Kolesov  <anton.kolesov@synopsys.com>
 
        * config/tc-arc.c (cpu_types): Include arc-cpu.def
index 08824b4c9b23f66292b4b8768da5ed23030c8252..30c7a6b853d6e0fcc167e381407ded7200deecf8 100644 (file)
@@ -25591,12 +25591,6 @@ static const struct arm_cpu_option_table arm_cpus[] =
   ARM_CPU_OPT ("exynos-m1",    ARM_ARCH_V8A_CRC, FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
                                                                  "Samsung " \
                                                                  "Exynos M1"),
-  ARM_CPU_OPT ("falkor",       ARM_ARCH_V8A_CRC, FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
-                                                                 "Qualcomm "
-                                                                 "Falkor"),
-  ARM_CPU_OPT ("qdf24xx",      ARM_ARCH_V8A_CRC, FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
-                                                                 "Qualcomm "
-                                                                 "QDF24XX"),
 
   /* ??? XSCALE is really an architecture.  */
   ARM_CPU_OPT ("xscale",       ARM_ARCH_XSCALE, FPU_ARCH_VFP_V2, NULL),
index 0a1392a97d6e87e498e7fc064c1a0cc42ae02ec9..d0da835639734c9861b2da505b6830f47a9fa997 100644 (file)
@@ -142,8 +142,6 @@ recognized:
 @code{exynos-m1},
 @code{marvell-pj4},
 @code{marvell-whitney},
-@code{falkor},
-@code{qdf24xx},
 @code{xgene1},
 @code{xgene2},
 @code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
This page took 0.042118 seconds and 4 git commands to generate.