From 9115e028ec8a7d3c26e6aaa38c963699dd8115f3 Mon Sep 17 00:00:00 2001 From: Virendra Pathak Date: Mon, 30 May 2016 04:21:50 -0700 Subject: [PATCH] aarch64: update feature list of vulcan in aarch64_cpus - vulcan is based on armv8.1-a architecture. --- gas/config/tc-aarch64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 12d6169..4dac753 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -7765,8 +7765,8 @@ 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), + {"vulcan", AARCH64_FEATURE (AARCH64_ARCH_V8_1, + 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 -- 2.1.0