Home | History | Annotate | Download | only in sparc
      1 	.text
      2 	.align 4
      3 	call	foo
      4 	 nop
      5 	call	bar + 4
      6 	.data
      7 	.align 4
      8 	.word	%r_plt32(foo)
      9 	.word	%r_plt32(bar + 4)
     10 	.byte	1
     11 	.uaword	%r_plt32(foo)
     12 	.byte	2, 3, 4
     13