Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / limit-bl.s
blob72f47a559b6b3c914ea747d4dcb78f1677f8854e
1 # Test maximum encoding range of bl
3 .global _start
4 .global bar
6 # We will place the section .text at 0x1000.
8 .text
10 _start:
11 bl bar
12 ret
14 # We will place the section .foo at 0x8000ffc
16 .section .foo, "xa"
17 .type bar, @function
18 bar:
19 ret