diff options
author | Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | 2020-05-26 18:34:39 +0200 |
---|---|---|
committer | Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | 2020-05-26 18:35:51 +0200 |
commit | 57b179405a64cc368987f24f76a7d65d40f9982e (patch) | |
tree | ccd18dcf9bf4c8fbc9480fe6606e0403b717173a /gas | |
parent | e3fed0f2fe98c52dc8cb160be2a30e973b1dca3f (diff) | |
download | gdb-57b179405a64cc368987f24f76a7d65d40f9982e.zip gdb-57b179405a64cc368987f24f76a7d65d40f9982e.tar.gz gdb-57b179405a64cc368987f24f76a7d65d40f9982e.tar.bz2 |
ChangeLog entries for f687f5f563
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 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 |