X-Git-Url: https://main.carlh.net/gitweb/?p=mingw-build.git;a=blobdiff_plain;f=binutils2.patch;fp=binutils2.patch;h=bae080378f03e58abb2f57e29dc67e676db715fc;hp=0000000000000000000000000000000000000000;hb=07f33e0b396007dfc92c52ba4900ee14096d9013;hpb=5494c0ddcae02c1cd9dd1a8c36c13e7736ce28aa diff --git a/binutils2.patch b/binutils2.patch new file mode 100644 index 0000000..bae0803 --- /dev/null +++ b/binutils2.patch @@ -0,0 +1,12 @@ +diff -Naur gas/config/tc-i386.c gas/config/tc-i386.c +--- a/gas/config/tc-i386.c 2013-11-26 12:37:33.000000000 +0100 ++++ b/gas/config/tc-i386.c 2015-05-22 11:42:24.647713050 +0200 +@@ -6140,7 +6140,7 @@ + op.bitfield.regmem = 0; + if ((dest + 1) >= i.operands + || (op.bitfield.reg32 != 1 +- && !op.bitfield.reg64 != 1 ++ && !!op.bitfield.reg64 + && !operand_type_equal (&op, ®xmm) + && !operand_type_equal (&op, ®ymm) + && !operand_type_equal (&op, ®zmm)