diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-08-09 09:57:57 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-08-09 09:57:57 +0200 |
commit | 678581fc78cffcfd1423b557368c3a0cfb695b87 (patch) | |
tree | 389faaf34ec139e5edd00072e990750213a1a25e /gas/ChangeLog | |
parent | eba4caf23152a1a66d10ce37c502ec78654cd5eb (diff) | |
download | gdb-678581fc78cffcfd1423b557368c3a0cfb695b87.zip gdb-678581fc78cffcfd1423b557368c3a0cfb695b87.tar.gz gdb-678581fc78cffcfd1423b557368c3a0cfb695b87.tar.bz2 |
x86-64: generalize SIMD test expectations
In order to be able to add/remove insns to/from the middle of these
tests, generalize the patterns for the symbol reference comments of RIP-
relative operands.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 59cd6a0..91180f2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2019-08-09 Jan Beulich <jbeulich@suse.com> + + * testsuite/gas/i386/ilp32/x86-64-simd-intel.d, + testsuite/gas/i386/ilp32/x86-64-simd-suffix.d, + testsuite/gas/i386/ilp32/x86-64-simd.d: Redirect to parent dir + output expectations. + * testsuite/gas/i386/x86-64-simd-intel.d, + testsuite/gas/i386/x86-64-simd-suffix.d, + testsuite/gas/i386/x86-64-simd.d: Don't hard-code hex addresses + and symbol-relative offsets. + 2019-08-08 Nick Clifton <nickc@redhat.com> PR 24887 |