diff options
author | Jim Wilson <jim.wilson@linaro.org> | 2017-06-05 17:25:02 -0700 |
---|---|---|
committer | Jim Wilson <jim.wilson@linaro.org> | 2017-06-05 17:25:02 -0700 |
commit | 61756f84eedc470c975f8bafe6ddf10acaca6942 (patch) | |
tree | fad68479cb03c39f5ec000e89b26bbd71bab1d07 /gas | |
parent | a6ba6751c9cf5ef909e47d09609c28ad1509dfa9 (diff) | |
download | gdb-61756f84eedc470c975f8bafe6ddf10acaca6942.zip gdb-61756f84eedc470c975f8bafe6ddf10acaca6942.tar.gz gdb-61756f84eedc470c975f8bafe6ddf10acaca6942.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/tc-arm.c | 6 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d8b9d2e..e5381f2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 08824b4..30c7a6b 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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), diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 0a1392a..d0da835 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -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), |