x86: Support x86 Zhaoxin PadLock XMODX instructions
[binutils-gdb.git] / ld / testsuite / ld-xtensa / relax-static-defs.s
blobcce245215efec40d910756185ef4dbcdefab154d
1 .type fd,@function
2 .globl fd
4 .type fh,@function
5 .globl fh
6 .hidden fh
8 .type fp,@function
9 .globl fp
10 .protected fp
12 .type fi,@function
13 .globl fi
14 .internal fi
16 .text
17 .globl _start
18 _start:
19 nop
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