diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-11-14 08:45:26 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-11-14 08:45:26 +0100 |
commit | db4e407b539180099a2aa395571bd417daa1daeb (patch) | |
tree | 7e9e748bcc305e25a12dfab4f662fc3928a96c69 /gas/ChangeLog | |
parent | b15384304be0ce0ee2e184933b666875e296c31e (diff) | |
download | fsf-binutils-gdb-db4e407b539180099a2aa395571bd417daa1daeb.zip fsf-binutils-gdb-db4e407b539180099a2aa395571bd417daa1daeb.tar.gz fsf-binutils-gdb-db4e407b539180099a2aa395571bd417daa1daeb.tar.bz2 |
x86/Intel: correct CMPSD test cases' regexp closing paren placement
The CMPS test case derivation from their MOVS counterparts I did in
d241b91073 ("x86/Intel: correct MOVSD and CMPSD handling") ended up
with misplaced closing parentheses in som regexps. Correct this.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a442e2a..147d29c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2019-11-14 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/intel-cmps32.d, + testsuite/gas/i386/intel-cmps64.d: Correct regexp closing + parentheses placement. + +2019-11-14 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/intel-cmps.s, testsuite/gas/i386/intel-movs.s: Extend. * testsuite/gas/i386/intel-cmps32.d, |