]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/i386/quoted.s
x86: make symbol quotation check consistent in i386_att_operand()
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / i386 / quoted.s
1 .text
2 quoted:
3 mov "x(y)", %eax
4 mov "x(y)"(%eax), %eax
5 mov %es:"x(y)", %eax
6 mov %es:"x(y)"(%eax), %eax
7
8 call *"x(y)"
9 call *%es:"x(y)"
10 call %es:*"x(y)"