This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] AArch64: Add missing changelog for Update encodings for stg, st2g, stzg and st2zg


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e10620d3b96a725c4752198cb3c7c00ea21b42b4

commit e10620d3b96a725c4752198cb3c7c00ea21b42b4
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Fri Jan 25 15:50:01 2019 +0000

    AArch64: Add missing changelog for Update encodings for stg, st2g, stzg and st2zg

Diff:
---
 gas/ChangeLog     | 10 ++++++++++
 opcodes/ChangeLog |  9 +++++++++
 2 files changed, 19 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8e01281..75b60e2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,15 @@
 2019-01-25  Sudakshina Das  <sudi.das@arm.com>
 
+	* config/tc-aarch64.c (warn_unpredictable_ldst): Exempt
+	stg, st2g, stzg and stz2g from Xt == Xn with writeback warning.
+	* testsuite/gas/aarch64/armv8_5-a-memtag.d: Change tests for
+	stg, stzg, st2g and stz2g.
+	* testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
+	* testsuite/gas/aarch64/illegal-memtag.l: Likewise.
+	* testsuite/gas/aarch64/illegal-memtag.s: Likewise.
+
+2019-01-25  Sudakshina Das  <sudi.das@arm.com>
+
 	* testsuite/gas/aarch64/armv8_5-a-memtag.d: New tests for stzgm.
 	* testsuite/gas/aarch64/armv8_5-a-memtag.s: Likewise.
 	* testsuite/gas/aarch64/illegal-memtag.l: Likewise.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 13a31e3..da29581 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,14 @@
 2019-01-25  Sudakshina Das  <sudi.das@arm.com>
 
+	* aarch64-tbl.h (QL_LDST_AT): Update macro.
+	(aarch64_opcode): Change encoding for stg, stzg
+	st2g and st2zg.
+	* aarch64-asm-2.c: Regenerated.
+	* aarch64-dis-2.c: Regenerated.
+	* aarch64-opc-2.c: Regenerated.
+
+2019-01-25  Sudakshina Das  <sudi.das@arm.com>
+
 	* aarch64-asm-2.c: Regenerated.
 	* aarch64-dis-2.c: Likewise.
 	* aarch64-opc-2.c: Likewise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]