diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-10-07 08:40:03 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-10-07 08:40:03 +0200 |
commit | ad7c657b9e4a97a2d1a7cf0afc8568e8f6954b67 (patch) | |
tree | 22101e544d85223a3488484daa0b5ff684375849 /gas | |
parent | d241b91073165f99fe404d9b38c65f03835ecaf4 (diff) | |
download | gdb-ad7c657b9e4a97a2d1a7cf0afc8568e8f6954b67.zip gdb-ad7c657b9e4a97a2d1a7cf0afc8568e8f6954b67.tar.gz gdb-ad7c657b9e4a97a2d1a7cf0afc8568e8f6954b67.tar.bz2 |
add missing ChangeLog entry for d241b91073
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 41fc4ce..abb8bf0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +2019-10-07 Jan Beulich <jbeulich@suse.com> + + * config/tc-i386.c (check_string): Make reported operand number + depend on Intel syntax. + * testsuite/gas/i386/intel-cmps.s, + testsuite/gas/i386/intel-cmps32.d, + testsuite/gas/i386/intel-cmps64.d: New. + * testsuite/gas/i386/i386.exp: Run new tests. + * testsuite/gas/i386/intel-movs.s: Extend. + * testsuite/gas/i386/intel-movs32.d, + testsuite/gas/i386/intel-movs64.d: Adjust expectations. + * testsuite/gas/i386/string-bad.l: Tighten expectations. + 2019-09-24 Tamar Christina <tamar.christina@arm.com> PR gas/24991 |