From 57b179405a64cc368987f24f76a7d65d40f9982e Mon Sep 17 00:00:00 2001 From: Stefan Schulze Frielinghaus Date: Tue, 26 May 2020 18:34:39 +0200 Subject: [PATCH] ChangeLog entries for f687f5f563 --- gas/ChangeLog | 7 +++++++ opcodes/ChangeLog | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index c6c8fd16e7..1c5160d14b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2020-05-26 Stefan Schulze Frielinghaus + + * 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 PR gas/26044 diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3e66569d4e..83d8815f4f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2020-05-26 Stefan Schulze Frielinghaus + + * 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 * arc-ext.c: Replace "if (x) free (x)" with "free (x)" throughout. -- 2.34.1