Add Qualcomm qdf24xx support.

gas/
	* config/tc-aarch64.c (aarch64_cpus): Add qdf24xx.
	* config/tc-arm.c (arm_cpus): Likewise.
	* doc/c-arm.texi, doc/c-aarch64.texi: Likewise.
This commit is contained in:
Jim Wilson 2015-11-10 09:19:45 -08:00
parent 634a9f67d9
commit 6b21c2bf57
5 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2015-11-09 Jim Wilson <jim.wilson@linaro.org>
* config/tc-aarch64.c (aarch64_cpus): Add qdf24xx.
* config/tc-arm.c (arm_cpus): Likewise.
* doc/c-arm.texi, doc/c-aarch64.texi: Likewise.
2015-11-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
* read.c (parse_bitfield_cons): Fix left shift of negative value.

View File

@ -7685,6 +7685,9 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
{"exynos-m1", AARCH64_FEATURE (AARCH64_ARCH_V8,
AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
"Samsung Exynos M1"},
{"qdf24xx", AARCH64_FEATURE (AARCH64_ARCH_V8,
AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
"Qualcomm QDF24XX"},
{"thunderx", AARCH64_FEATURE (AARCH64_ARCH_V8,
AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
"Cavium ThunderX"},

View File

@ -24743,6 +24743,10 @@ static const struct arm_cpu_option_table arm_cpus[] =
ARM_CPU_OPT ("exynos-m1", ARM_ARCH_V8A, FPU_ARCH_CRYPTO_NEON_VFP_ARMV8,
"Samsung " \
"Exynos M1"),
ARM_CPU_OPT ("qdf24xx", ARM_ARCH_V8A, 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),
/* ??? iwmmxt is not a processor. */

View File

@ -59,6 +59,7 @@ on the target processor. The following processor names are recognized:
@code{cortex-a57},
@code{cortex-a72},
@code{exynos-m1},
@code{qdf24xx},
@code{thunderx},
@code{xgene1}
and

View File

@ -135,6 +135,7 @@ recognized:
@code{exynos-m1},
@code{marvell-pj4},
@code{marvell-whitney},
@code{qdf24xx},
@code{xgene1},
@code{xgene2},
@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),