diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-02-16 11:30:49 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-02-16 11:30:49 +0100 |
commit | cbe686965606262a9e4a3ca0e148d7812b368e7b (patch) | |
tree | 714b467b2affc88090810ffe791b3745c2e16aac /gas/ChangeLog | |
parent | b818b220e40a0b5aa281e50272f6f6af2f759c86 (diff) | |
download | fsf-binutils-gdb-cbe686965606262a9e4a3ca0e148d7812b368e7b.zip fsf-binutils-gdb-cbe686965606262a9e4a3ca0e148d7812b368e7b.tar.gz fsf-binutils-gdb-cbe686965606262a9e4a3ca0e148d7812b368e7b.tar.bz2 |
x86: make common property tests common
There's no need to run the exact same test twice. Move the tests which
don't differ between 32- and 64-bit to the "Common tests" section.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 20bf452..12ce28b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,19 @@ 2021-02-16 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/i386.exp: Move bitness-independent property + tests to bitness independent section. + * testsuite/gas/i386/x86-64-property-2.d, + testsuite/gas/i386/x86-64-property-3.d, + testsuite/gas/i386/x86-64-property-4.d, + testsuite/gas/i386/x86-64-property-5.d, + testsuite/gas/i386/x86-64-property-6.d, + testsuite/gas/i386/x86-64-property-10.d, + testsuite/gas/i386/x86-64-property-11.d, + testsuite/gas/i386/x86-64-property-12.d, + testsuite/gas/i386/x86-64-property-13.d: Delete. + +2021-02-16 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/enqcmd-16bit.s: Include enqcmd.s, not movdir.s. * testsuite/gas/i386/enqcmd-16bit.d: Adjust expectations. |