Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-i386 / mov3.s
blob0dc54eb72fb65892e4ee967a765357540d98dada
1 .section my_section,"aw",@progbits
2 .long 0x12345678
3 .text
4 .globl foo
5 .type foo, @function
6 foo:
7 ret
8 .size foo, .-foo
9 .globl _start
10 .type _start, @function
11 _start:
12 movl foo@GOT+1, %eax
13 movl __start_my_section@GOT+1, %eax
14 movl __stop_my_section@GOT+1, %eax
15 .size _start, .-_start