Home | History | Annotate | Download | only in ld-arm
      1 # Test the R_ARM_REL31 relocation
      2 	.section .before
      3 	.global _start
      4 _start:
      5 	.text
      6 	.rel31 0, foo
      7 	.rel31 0, _start
      8 	.rel31 1, foo
      9 	.rel31 1, _start
     10 	.section .after
     11 foo:
     12