blob: 505122d520448050c13aa04f26812125b2b4ad0f [file] [log] [blame]
.globl _start
_start:
.ifdef UNDERSCORE
.dc.a ___start__foo
.else
.dc.a __start__foo
.endif
.section _foo,"aw",%progbits
foo:
.long 1