ld: Add -static-pie tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / elfv2.s
1 .section .toc,"aw",@progbits
2 .L0:
3 .quad x
4
5 .data
6 x:
7 .quad f1
8
9 .globl f1
10 .type f1,@function
11 .text
12 f1:
13 addis 2,12,.TOC.-f1@ha
14 addi 2,2,.TOC.-f1@l
15 .localentry f1,.-f1
16 mflr 0
17 stdu 1,-32(1)
18 std 0,48(1)
19 bl f1
20 ld 3,.L0@toc(2)
21 bl f2
22 nop
23 ld 3,x@got(2)
24 bl f3
25 nop
26 bl f4
27 nop
28 bl f5
29 nop
30 ld 0,48(1)
31 addi 1,1,32
32 mtlr 0
33 blr
34 .size f1,.-f1
35
36 .globl f5
37 .type f5,@function
38 f5:
39 .localentry f5,1
40 blr
41 .size f5,.-f5
This page took 0.056937 seconds and 4 git commands to generate.