Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / aix-glink-1.s
CommitLineData
858ef0ce
RS
1 .toc
2 .globl .f1
3 .csect .f1[PR]
4.f1:
5 blr
6
7 .globl .f2
8 .csect .f2[PR]
9.f2:
10 bl .f3
11
12 .globl .f3
13 .csect .f3[PR]
14.f3:
15 blr
16
17 .globl foo
18 .csect foo[RW]
19foo:
20 .long f1
21 .long .ext
This page took 0.412428 seconds and 4 git commands to generate.