diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-09-13 11:06:07 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-09-13 11:06:07 +0200 |
commit | efb192033ad82855bcfab207f8494e8b1f3e243b (patch) | |
tree | d4cdb558eec2b566d6075693f85fd1dfcad5f44a /gas/ChangeLog | |
parent | 64c49ab3fb5eea7ba382cf7b0955795ae15e06e5 (diff) | |
download | gdb-efb192033ad82855bcfab207f8494e8b1f3e243b.zip gdb-efb192033ad82855bcfab207f8494e8b1f3e243b.tar.gz gdb-efb192033ad82855bcfab207f8494e8b1f3e243b.tar.bz2 |
x86: fold ILP32 output of "opts" tests
The output is identical to that of the LP64 tests. No need to fully
spell this out twice.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ab23278..a60cb60 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ 2018-09-13 Jan Beulich <jbeulich@suse.com> + testsuite/gas/i386/ilp32/x86-64-opts.d, + testsuite/gas/i386/ilp32/x86-64-opts-intel.d, + testsuite/gas/i386/ilp32/x86-64-sse2avx-opts.d, + testsuite/gas/i386/ilp32/x86-64-sse2avx-opts-intel.d: Refer to + non-ILP32 output. + +2018-09-13 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (dir_encoding_swap): New enumerator. (parse_insn): Use it. (match_template): Re-write reversal check. |