Various fixes.
[mingw-build.git] / binutils2.patch
1 diff -Naur gas/config/tc-i386.c gas/config/tc-i386.c
2 --- a/gas/config/tc-i386.c      2013-11-26 12:37:33.000000000 +0100
3 +++ b/gas/config/tc-i386.c      2015-05-22 11:42:24.647713050 +0200
4 @@ -6140,7 +6140,7 @@
5               op.bitfield.regmem = 0;
6               if ((dest + 1) >= i.operands
7                   || (op.bitfield.reg32 != 1
8 -                     && !op.bitfield.reg64 != 1
9 +                     && !!op.bitfield.reg64
10                       && !operand_type_equal (&op, &regxmm)
11                       && !operand_type_equal (&op, &regymm)
12                       && !operand_type_equal (&op, &regzmm)