[MIPS] Add Loongson 2K1000 proccessor support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22677.s
CommitLineData
8b6f4cd3
L
1 .section .preinit_array.01000,"aw",%preinit_array
2 .p2align 2
3 .word 0
4
5 .section .init_array.01000,"aw",%init_array
6 .p2align 2
7 .word 0
8
9 .section .fini_array.01000,"aw",%fini_array
10 .p2align 2
11 .word 0
12
13 .text
14 .globl foo
15foo:
16 .word 0
This page took 0.05256 seconds and 4 git commands to generate.