blob: 447c06b10a6a8a24e347f394785e9efdc14c900e [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
.data
.dc.a foo