ChangeLog entries for f687f5f563

This commit is contained in:
Stefan Schulze Frielinghaus
2020-05-26 18:34:39 +02:00
parent e3fed0f2fe
commit 57b179405a
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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.