Home | History | Annotate | Download | only in ld-elf
      1 	.macro	makebss
      2 	.section .bss_\@,"aw",%nobits
      3 	.space	0x10000
      4 	.endm
      5 
      6 	.rept	80
      7 	makebss
      8 	.endr
      9 
     10 	.text
     11 	.space	0x10
     12