blob: e865a131230f63c826ce182715583c320f0c0797 [file] [log] [blame]
.macro sym n:req
.if \n
.globl bar\@
.type bar\@, @object
bar\@ :
.byte 0
.size bar\@, . - bar\@
sym \n - 1
.endif
.endm
.data
.align 4
.space 32
sym 16