blob: 9c9d75e9a60906a9130ad3f2ddef3e2eda2fc2d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.globl f3
.type f3,@function
.text
f3:
addis 2,12,.TOC.-f3@ha
addi 2,2,.TOC.-f3@l
.localentry f3,.-f3
blr
.size f3,.-f3
.globl f4
.type f4,@function
.text
f4:
.localentry f4,0
blr
.size f4,.-f4
|