Home | History | Annotate | Download | only in ld-visium
      1 	.global	abs1
      2 abs1 = 0x1000
      3 
      4 	.data
      5 	.global data1
      6 data1:
      7 	.text
      8 	.global text1
      9 text1:
     10 	.global text2
     11 text2 = . + 65536
     12 	.end
     13