Home | History | Annotate | Download | only in ld-powerpc
      1 	.globl	c1
      2 	c1 = 0xdddd1111
      3 	.weak	c2
      4 	c2 = 0xdddd2222
      5 	.globl	c3
      6 	c3 = 0xdddd3333
      7 	.weak	c4
      8 	c4 = 0xdddd4444
      9 
     10 	.globl	d1
     11 	.csect	d1[DS]
     12 d1:
     13 	.long	0xeeee1111
     14 	.weak	d2
     15 	d2 = 0xeeee2222
     16 	.globl	d3
     17 	.csect	d3[DS]
     18 d3:
     19 	.long	0xeeee3333
     20 	.weak	d4
     21 	d4 = 0xeeee4444
     22