* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-misc / start.s
blob846236eef4d9b9e9536d1ea4dc737c1d0ba4d7a5
1 .text
2 .global start /* Used by SH targets. */
3 start:
4 .global _start
5 _start:
6 .global __start
7 __start:
8 .global main /* Used by HPPA targets. */
9 main:
10 .long foo