diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-11 15:28:48 +0000 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-11 15:30:21 +0000 |
commit | f27c0b449face6052e3b2fa92d77acc17522cb8e (patch) | |
tree | e7e89bd62ae50ea9e363322b3acaf0e0c9c48319 /gas/testsuite | |
parent | 4d93271533473d65165022ee9f82c368511ce82a (diff) | |
download | gdb-f27c0b449face6052e3b2fa92d77acc17522cb8e.zip gdb-f27c0b449face6052e3b2fa92d77acc17522cb8e.tar.gz gdb-f27c0b449face6052e3b2fa92d77acc17522cb8e.tar.bz2 |
aarch64: Allow LS64 feature with Armv8.6
Allow users to use LS64 extension with Armv8.6 architecture.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/aarch64/ls64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/aarch64/ls64.s b/gas/testsuite/gas/aarch64/ls64.s index eb1607d..6116418 100644 --- a/gas/testsuite/gas/aarch64/ls64.s +++ b/gas/testsuite/gas/aarch64/ls64.s @@ -1,5 +1,5 @@ /* Atomic 64-byte load/store instructions. */ -.arch armv8.7-a+ls64 +.arch armv8.6-a+ls64 /* Single-copy Atomic 64-byte Load. */ ld64b x0, [x1] |