Home | History | Annotate | Download | only in ppc
      1 	.globl __start
      2 	.globl .__start
      3 
      4 __start:
      5 	.csect   .data[DS]
      6 	.long    .__start
      7 
      8 	.csect .text[pr]
      9 .__start:
     10 	nop
     11