Home | History | Annotate | Download | only in ld-cris
      1 	.data
      2 	.global expobj
      3 	.type	expobj,@object
      4 	.size	expobj,4
      5 expobj:
      6 	.dword 0
      7 
      8 	.text
      9 	.global _start
     10 _start:
     11 	nop
     12 	.global expfn
     13 expfn:
     14 	.type	expfn,@function
     15 	nop
     16 .Lfe1:
     17 	.size	expfn,.Lfe1-expfn
     18 
     19