aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/aix-lineno-1.s
blob: 196e012f206b2fe834e8e82a42a42113ebb86f67 (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
	.file	"tmpdir/aix-lineno-1.txt"
	.csect	.foo[PR]
	.function .foo,.foo
.foo:
	.bf	1
	nop
	.line	2
	nop
	.line	3
	nop
	.line	4
	nop
	.line	5
	nop
	.ef	1

	.globl	.main
	.csect	.main[PR]
	.function .main,.main
.main:
	.bf	7
	bl	.foo
	.line	2
	nop
	.ef	7