aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-xtensa/relax-static-defs.s
blob: cce245215efec40d910756185ef4dbcdefab154d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
	.type	fd,@function
	.globl	fd

	.type	fh,@function
	.globl	fh
	.hidden fh

	.type	fp,@function
	.globl	fp
	.protected fp

	.type	fi,@function
	.globl	fi
	.internal fi

	.text
	.globl	_start
_start:
	nop

	.section ".text.f"
	.align	4
fd:
	nop
	.align	4
fh:
	nop
	.align	4
fp:
	nop
	.align	4
fi:
	nop