x86: permit all relational operators in insn operands
authorJan Beulich <jbeulich@suse.com>
Fri, 19 May 2023 07:19:10 +0000 (09:19 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 19 May 2023 07:19:10 +0000 (09:19 +0200)
commit1e66f4c55f83ba4d27330312aefdd4fbdf56cb43
tree99ade918365855bc2929f37c5aa094d5277552bf
parent5cc007751cdb8ea713c98294e37cd447c12c9bab
x86: permit all relational operators in insn operands

Oddly enough == and != were not permitted, because of '=' not having
been listed in operand_special_chars[].
gas/config/tc-i386.c
gas/testsuite/gas/i386/cond.d [new file with mode: 0644]
gas/testsuite/gas/i386/cond.s [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp