Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / start.s
... / ...
CommitLineData
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 .globl _main /* Used by LynxOS targets. */
11_main:
12 .dc.a 0
This page took 0.021546 seconds and 4 git commands to generate.