Fix linker tests to work with 16-bit targets.
[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:
39a7b38f 10 .dc.a foo
This page took 0.526272 seconds and 4 git commands to generate.