X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=1c6e536ab13cd11ce9e551820bd12ba382d6d353;hb=dbbc8b7e629fa666affd9a3f475d0bf6e5264677;hp=a60cb606a157fd96636472c131bbd87075ebb66e;hpb=efb192033ad82855bcfab207f8494e8b1f3e243b;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index a60cb606a1..1c6e536ab1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +2018-09-13 Jan Beulich + + * config/tc-i386.c (operand_size_match): Mirror + .reg/.regsimd/.acc handling from forward to reverse case. + (build_vex_prefix): Check first and last operand types are equal + and also consider .d for swapping operands for VEX2 encoding. + (match_template): Clear found_reverse_match on every iteration. + Use Opcode_SIMD_FloatD and Opcode_SIMD_IntD. + * testsuite/gas/i386/pseudos.s, + testsuite/gas/i386/x86-64-pseudos.s: Add kmov* tests. + * testsuite/gas/i386/pseudos.d, + testsuite/gas/i386/x86-64-pseudos.d: Adjust expectations. + 2018-09-13 Jan Beulich testsuite/gas/i386/ilp32/x86-64-opts.d,