From f0c701ad956fcff7eadf8471a1e8e9d48251d3fb Mon Sep 17 00:00:00 2001 From: Virendra Pathak Date: Mon, 30 May 2016 04:21:50 -0700 Subject: [PATCH] aarch64: add vulcan support to gas --- gas/config/tc-aarch64.c | 3 +++ gas/doc/c-aarch64.texi | 1 + 2 files changed, 4 insertions(+) diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 415663b..c9cd044 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -7765,6 +7765,9 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = { {"thunderx", AARCH64_FEATURE (AARCH64_ARCH_V8, AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO), "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 in earlier releases and is superseded by 'xgene1' in all tools. */ diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index a193908..5b95b1a 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -62,6 +62,7 @@ on the target processor. The following processor names are recognized: @code{exynos-m1}, @code{qdf24xx}, @code{thunderx}, +@code{vulcan}, @code{xgene1} and @code{xgene2}. -- 2.1.0