public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, ARM] drop aarch32 support for falkor/qdf24xx
@ 2017-05-12  2:49 Jim Wilson
  2017-05-19  7:26 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Wilson @ 2017-05-12  2:49 UTC (permalink / raw)
  To: Binutils

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

Early steppings had aarch32 support, current steppings don't, so the
aarch32 support for falkor/qdf24xx needs to be dropped.  This just
involves dropping the falkor/qdf24xx references from the arm port.

This was tested with an armv8-linux build and make check.  There were
no regressions.  Also verified by hand that -mcpu=falkor and
-mcpu=qdf24xx options no longer work in the arm port.

Jim

[-- Attachment #2: patch.falkor-aarch32 --]
[-- Type: application/octet-stream, Size: 1168 bytes --]

	gas/
	* config/tc-arm.c (arm_cpus): Delete falkor and qdf24xx entries.
	* doc/c-arm.texi (-mcpu): Likewise.

diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index 7e35c34..549016a 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -25574,12 +25574,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),

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, ARM] drop aarch32 support for falkor/qdf24xx
  2017-05-12  2:49 [PATCH, ARM] drop aarch32 support for falkor/qdf24xx Jim Wilson
@ 2017-05-19  7:26 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2017-05-19  7:26 UTC (permalink / raw)
  To: Jim Wilson, Binutils

Hi Jim,

> Early steppings had aarch32 support, current steppings don't, so the
> aarch32 support for falkor/qdf24xx needs to be dropped.  This just
> involves dropping the falkor/qdf24xx references from the arm port.

Approved - please apply.

Cheers
  Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-18 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12  2:49 [PATCH, ARM] drop aarch32 support for falkor/qdf24xx Jim Wilson
2017-05-19  7:26 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).