Add support for a MIPS specific .MIPS.xhash section.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / init0.s
1 .text
2 .global start /* Used by SH targets. */
3 start:
4 .global _start
5 _start:
6 .global __start
7 __start:
8 .global main /* Used by HPPA targets. */
9 main:
10 .globl _main /* Used by LynxOS targets. */
11 _main:
12 .dc.a 0
13
14 .section .init, "a"
15 .p2align 2
16 .global foo
17 .type foo,%function
18 foo:
This page took 0.030066 seconds and 4 git commands to generate.