ee26ab30ac673d80a26e361dd14cd1e34cbf759b
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / start.s
1 .text
2 .globl start
3 start:
4 .globl _start
5 _start:
6 .globl __start
7 __start:
8 .globl main
9 main:
10 .globl _main
11 _main:
12 .dc.a 0
This page took 0.029801 seconds and 3 git commands to generate.