blob: 68281d226ad7c86bc40d304c51852f31531ae0f1 [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 .init
.p2align 2
.global foo
.type foo,%function
foo: