Home | History | Annotate | Download | only in i386
      1 # Test SIZE64 relocation
      2 	.text
      3 	movq	$xxx@SIZE, %r15
      4 	movq	$xxx@SIZE - 8, %r15
      5 	movq	$xxx@SIZE + 8, %r15
      6 	.comm	zzz,4294967290,32
      7 	.bss
      8 	.global	yyy
      9 	.type	yyy,%object
     10 	.size	yyy,30
     11 yyy:
     12 	.zero	30
     13 	.data
     14 	.global	xxx
     15 	.type	xxx,%object
     16 	.size	xxx,80
     17 xxx:
     18 	.zero	80
     19 	.quad	xxx@SIZE - 1
     20 	.quad	yyy@SIZE + 200
     21 	.quad	zzz@SIZE
     22