blob: 73a0a27680914926195e5a45d740b9b7fa5b2ed1 [file] [log] [blame]
.globl _start
_start:
.ifdef UNDERSCORE
.dc.a ___start__foo
.else
.dc.a __start__foo
.endif
.section _foo,"aw",%progbits
foo:
.ascii "This is "