summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/dwarf-5-irp.s
blob: d90146b384cb3e94f1b0524741f0b72c43b19a1e (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
34
35
36
37
38
39
40
41
42
43
44
	.text
_start:
	.nop

	.irp n, ab, ij, xy
	.file "irp.s"
	.line 7
	.section .text.\n, "ax"
	.nop
	.nop
	.endr

	.text

	.irpc n, 123
	.file "irpc.s"
	.line 16
	.subsection \n
	.nop
	.nop
	.endr

	n = 9
	.rept 3
	.file "rept.s"
	.line 26
	.subsection n
	.nop
	.nop
	n = n - 1
	.endr

	.irp n, cd, nm
# 35 "irp.s"
	.section .text.\n, "ax"
	.nop
	.nop
	.endr

	.irp n, ef, kl
	.section .text.\n, "ax"
	.nop
	.nop
	.endr