Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-bl-section.s
blob4469d4dd34127c474234cd8201b02e5752590833
1 .global _start
3 # We will place the section .text at 0x1000.
5 .text
7 _start:
8 bl bar
9 bl bar2
10 ret
12 # We will place the section .foo at 0x8001000.
14 .section .foo, "xa"
15 .type bar, @function
16 bar:
17 ret
18 .type bar2, @function
19 bar2:
20 ret