Accept mips-sgi-irix output in a few ld tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / start.s
CommitLineData
f16a9783 1 .text
260bcd09
AM
2 .globl start
3 .type start, @function
f16a9783 4start:
260bcd09
AM
5 .globl _start
6 .type _start, @function
f16a9783 7_start:
260bcd09
AM
8 .globl __start
9 .type __start, @function
f16a9783 10__start:
260bcd09
AM
11 .globl main
12 .type main, @function
f16a9783
MS
13main:
14 .globl _main
260bcd09 15 .type _main, @function
f16a9783
MS
16_main:
17 .dc.a 0
This page took 0.040032 seconds and 4 git commands to generate.