Home | History | Annotate | Download | only in ld-aarch64
      1 // Test file for AArch64 LD -- tlsldm
      2 
      3 	.text
      4 func:
      5 	add	x1, x2, x3
      6 	// BFD_RELOC_AARCH64_TLSLD_ADR_PREL21
      7 	adr	x0, :tlsldm:dummy
      8