Properly handle common symbol and weak function
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / start.s
CommitLineData
b80f2c6a 1 .text
bac7e529
AM
2 .global start /* Used by SH targets. */
3start:
b80f2c6a
HPN
4 .global _start
5_start:
a5e0d269
DJ
6 .global __start
7__start:
761d8d91
NC
8 .global main /* Used by HPPA targets. */
9main:
bac7e529 10 .dc.a 0
This page took 0.3142 seconds and 4 git commands to generate.