This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Drop arm support for falkor/qdf24xx targets, not present in released hardware.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=61756f84eedc470c975f8bafe6ddf10acaca6942

commit 61756f84eedc470c975f8bafe6ddf10acaca6942
Author: Jim Wilson <jim.wilson@linaro.org>
Date:   Mon Jun 5 17:25:02 2017 -0700

    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.

Diff:
---
 gas/ChangeLog       | 5 +++++
 gas/config/tc-arm.c | 6 ------
 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),


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]