bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-lineno-1.s
1 .file "tmpdir/aix-lineno-1.txt"
2 .csect .foo[PR]
3 .function .foo,.foo
4 .foo:
5 .bf 1
6 nop
7 .line 2
8 nop
9 .line 3
10 nop
11 .line 4
12 nop
13 .line 5
14 nop
15 .ef 1
16
17 .globl .main
18 .csect .main[PR]
19 .function .main,.main
20 .main:
21 .bf 7
22 bl .foo
23 .line 2
24 nop
25 .ef 7
This page took 0.038473 seconds and 4 git commands to generate.