ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22677.s
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 .globl main
14 .globl start
15 .globl _start
16 .globl __start
17 .globl foo
18 .text
19 main:
20 start:
21 _start:
22 __start:
23 foo:
24 .word 0
This page took 0.02996 seconds and 4 git commands to generate.