Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-small-ld.s
1 // Test file for AArch64 LD -- reloc 518
2
3 .text
4 func:
5 // BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC
6 add x1, x2, #:tlsldm_lo12_nc:dummy
7 // BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21
8 adrp x0, :tlsldm:dummy
This page took 0.030579 seconds and 4 git commands to generate.