Home | History | Annotate | Download | only in ld-crx
      1 # Test pc relative relocation R_CRX_REL16
      2 
      3 	.section	.text_16,"ax","progbits"
      4 	.global _start
      5 	.global foo16
      6 _start:
      7 	bal ra, foo16
      8 foo16:
      9