Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-i386 / pr18801.s
blobac3377dc6201ec913bc95dd0d91aa1cb7edb5517
1 .text
2 .type selector, %function
3 foo:
4 movl $0, %eax
5 ret
6 selector:
7 mov $foo, %eax
8 ret
9 .type selector, %gnu_indirect_function
10 .globl _start
11 _start:
12 mov $selector, %eax
13 call *%eax
14 ret
15 .section .note.GNU-stack,"",@progbits