Add support for a MIPS specific .MIPS.xhash section.
[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.031871 seconds and 4 git commands to generate.