blob: 10649de91803d1b87fa310b3e39e722f7a504c49 [file] [log] [blame]
.macro sym n:req
.if \n
.globl bar\@
.type bar\@, @function
bar\@ :
.insn
.hword 0
.size bar\@, . - bar\@
sym \n - 1
.endif
.endm
.text
.align 4
sym 8