PR ld/12921
[deliverable/binutils-gdb.git] / ld / testsuite / ld-misc / start.s
CommitLineData
f024e155
L
1 .text
2 .global start /* Used by SH targets. */
3start:
4 .global _start
5_start:
6 .global __start
7__start:
8 .global main /* Used by HPPA targets. */
9main:
10 .long foo
This page took 0.05757 seconds and 4 git commands to generate.