aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2020-05-26 18:34:39 +0200
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2020-05-26 18:35:51 +0200
commit57b179405a64cc368987f24f76a7d65d40f9982e (patch)
treeccd18dcf9bf4c8fbc9480fe6606e0403b717173a
parente3fed0f2fe98c52dc8cb160be2a30e973b1dca3f (diff)
downloadbinutils-57b179405a64cc368987f24f76a7d65d40f9982e.zip
binutils-57b179405a64cc368987f24f76a7d65d40f9982e.tar.gz
binutils-57b179405a64cc368987f24f76a7d65d40f9982e.tar.bz2
ChangeLog entries for f687f5f563
-rw-r--r--gas/ChangeLog7
-rw-r--r--opcodes/ChangeLog6
2 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c6c8fd1..1c5160d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2020-05-26 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
+
+ * testsuite/gas/s390/zarch-z13.d: Add regexp checks for vector
+ load/store instruction variants with alignment hints.
+ * testsuite/gas/s390/zarch-z13.s: Emit new vector load/store
+ instruction variants with alignment hints.
+
2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
PR gas/26044
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3e66569..83d8815 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2020-05-26 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
+
+ * s390-opc.txt: Relocate vector load/store instructions with
+ additional alignment parameter and change architecture level
+ constraint from z14 to z13.
+
2020-05-21 Alan Modra <amodra@gmail.com>
* arc-ext.c: Replace "if (x) free (x)" with "free (x)" throughout.