aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2020-11-11 15:28:48 +0000
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2020-11-11 15:30:21 +0000
commitf27c0b449face6052e3b2fa92d77acc17522cb8e (patch)
treee7e89bd62ae50ea9e363322b3acaf0e0c9c48319 /opcodes
parent4d93271533473d65165022ee9f82c368511ce82a (diff)
downloadgdb-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 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/aarch64-tbl.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3b7354c..d00e549 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2020-11-11 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
+
+ * aarch64-tbl.h: Enable -march=armv8.6-a+ls64.
+
2020-11-09 Spencer E. Olson <olsonse@umich.edu>
* pru-opc.c: Add opcode description for LMBD (left-most bit
diff --git a/opcodes/aarch64-tbl.h b/opcodes/aarch64-tbl.h
index a54b968..2b409dc 100644
--- a/opcodes/aarch64-tbl.h
+++ b/opcodes/aarch64-tbl.h
@@ -2421,7 +2421,7 @@ static const aarch64_feature_set aarch64_feature_v8_r =
static const aarch64_feature_set aarch64_feature_csre =
AARCH64_FEATURE (AARCH64_FEATURE_CSRE, 0);
static const aarch64_feature_set aarch64_feature_ls64 =
- AARCH64_FEATURE (AARCH64_FEATURE_V8_7 | AARCH64_FEATURE_LS64, 0);
+ AARCH64_FEATURE (AARCH64_FEATURE_V8_6 | AARCH64_FEATURE_LS64, 0);
#define CORE &aarch64_feature_v8
#define FP &aarch64_feature_fp