Fix search in TUI
[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:
3def1454
L
10 .globl _main /* Used by LynxOS targets. */
11_main:
bac7e529 12 .dc.a 0
This page took 0.620858 seconds and 4 git commands to generate.