Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / elfv2-2a.s
1 .globl f1
2 .type f1,@function
3 .text
4 f1:
5 addis 2,12,.TOC.-f1@ha
6 addi 2,2,.TOC.-f1@l
7 .localentry f1,.-f1
8 blr
9 .size f1,.-f1
10
11 .globl f2
12 .type f2,@function
13 .text
14 f2:
15 addi 2,12,.TOC.-f2
16 .localentry f2,.-f2
17 blr
18 .size f2,.-f2
19
20 .quad f1
21 .quad f1@localentry
22 .quad f2
23 .quad f2@localentry
24 .quad f3
25 .quad f3@localentry
26 .quad f4
27 .quad f4@localentry
This page took 0.030948 seconds and 4 git commands to generate.