Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19609-4.s
blob3db3ebb52d0adf560f0e7519e2c683d21d610095
1 .data
2 foo:
3 .quad 0
4 .text
5 .globl _start
6 .type _start, @function
7 _start:
8 movq foo@GOTPCREL(%rip), %rax
9 movq foo@GOTPCREL(%rip), %r11
10 .size _start, .-_start