Home | History | Annotate | Download | only in sparc
      1 	# Test R_SPARC_PC22 and R_SPARC_PC10 relocations
      2 	.data
      3 sym:	.word	0
      4 	.text
      5 	sethi	%pc22(sym), %o1
      6 	or	%o1, %pc10(sym), %o1
      7