ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / relax-static-defs.s
CommitLineData
f5e26342
MF
1 .type fd,@function
2 .globl fd
3
4 .type fh,@function
5 .globl fh
6 .hidden fh
7
8 .type fp,@function
9 .globl fp
10 .protected fp
11
12 .type fi,@function
13 .globl fi
14 .internal fi
15
16 .text
17 .globl _start
18_start:
19 nop
20
21 .section ".text.f"
22 .align 4
23fd:
24 nop
25 .align 4
26fh:
27 nop
28 .align 4
29fp:
30 nop
31 .align 4
32fi:
33 nop
This page took 0.106941 seconds and 4 git commands to generate.