Accept vulcan as a cpu name for the AArch64 port of GAS.

* config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
        * doc/c-aarch64.texi: Document that vulcan is a valid processor
	name.
This commit is contained in:
Virendra Pathak
2016-06-13 14:17:31 +01:00
committed by Nick Clifton
parent 69c9e028b6
commit 0a8be2fe26
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2016-06-13 Virendra Pathak <virendra.pathak@broadcom.com>
* config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
* doc/c-aarch64.texi: Document that vulcan is a valid processor
name.
2016-06-13 Nick Clifton <nickc@redhat.com> 2016-06-13 Nick Clifton <nickc@redhat.com>
* config/tc-arm.c: For non-ELF based targets skip ARM feature sets * config/tc-arm.c: For non-ELF based targets skip ARM feature sets

View File

@ -7765,6 +7765,9 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
{"thunderx", AARCH64_FEATURE (AARCH64_ARCH_V8, {"thunderx", AARCH64_FEATURE (AARCH64_ARCH_V8,
AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO), AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
"Cavium ThunderX"}, "Cavium ThunderX"},
{"vulcan", AARCH64_FEATURE (AARCH64_ARCH_V8,
AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
"Broadcom Vulcan"},
/* The 'xgene-1' name is an older name for 'xgene1', which was used /* The 'xgene-1' name is an older name for 'xgene1', which was used
in earlier releases and is superseded by 'xgene1' in all in earlier releases and is superseded by 'xgene1' in all
tools. */ tools. */

View File

@ -63,6 +63,7 @@ on the target processor. The following processor names are recognized:
@code{exynos-m1}, @code{exynos-m1},
@code{qdf24xx}, @code{qdf24xx},
@code{thunderx}, @code{thunderx},
@code{vulcan},
@code{xgene1} @code{xgene1}
and and
@code{xgene2}. @code{xgene2}.