xtensa: fix XTENSA_NDIFF handling for PR ld/25861
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / relax-static-defs.s
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
23 fd:
24 nop
25 .align 4
26 fh:
27 nop
28 .align 4
29 fp:
30 nop
31 .align 4
32 fi:
33 nop
This page took 0.029296 seconds and 4 git commands to generate.