diff options
author | Matthew Wahab <matthew.wahab@arm.com> | 2015-06-04 11:14:07 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-06-04 11:14:07 +0100 |
commit | 88f0ea342dc6eb3d93a29895febdebe3e425a048 (patch) | |
tree | 9a5b4a7df20206520b19ffe2e2281b623d3448f3 /gas/config/tc-aarch64.c | |
parent | b968d18a6d3df13b92c98e813f3d2fb3bbd3d4ee (diff) | |
download | binutils-gdb-88f0ea342dc6eb3d93a29895febdebe3e425a048.tar.gz |
[AArch64] Add support for ARMv8.1 command line option
Diffstat (limited to 'gas/config/tc-aarch64.c')
-rw-r--r-- | gas/config/tc-aarch64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 26df2f24337..e95d5f6fe20 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -7383,6 +7383,7 @@ struct aarch64_arch_option_table static const struct aarch64_arch_option_table aarch64_archs[] = { {"all", AARCH64_ANY}, {"armv8-a", AARCH64_ARCH_V8}, + {"armv8.1-a", AARCH64_ARCH_V8_1}, {NULL, AARCH64_ARCH_NONE} }; |