aboutsummaryrefslogtreecommitdiff
path: root/opcodes
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 /opcodes
parente3fed0f2fe98c52dc8cb160be2a30e973b1dca3f (diff)
downloadgdb-57b179405a64cc368987f24f76a7d65d40f9982e.zip
gdb-57b179405a64cc368987f24f76a7d65d40f9982e.tar.gz
gdb-57b179405a64cc368987f24f76a7d65d40f9982e.tar.bz2
ChangeLog entries for f687f5f563
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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.