blob: 3bb53f013e5b64c0c50c2e66245e207ffabdbce4 [file] [log] [blame]
.text
.global start /* Used by SH targets. */
start:
.global _start
_start:
.global __start
__start:
.global main /* Used by HPPA targets. */
main:
.dc.a 0
.section .fini
.p2align 2
.global foo
.type foo,%function
foo: