Drop arm support for falkor/qdf24xx targets, not present in released hardware.
gas/ * config/tc-arm.c (arm_cpus): Delete falkor and qdf24xx entries. * doc/c-arm.texi (-mcpu): Likewise.
This commit is contained in:
parent
a6ba6751c9
commit
61756f84ee
3 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue