blob: 37aee8a1ecda778bac444fcc256a2ca2486478b3 (
plain)
1
2
3
4
5
6
7
8
9
|
.text
.globl _start
_start:
pld 12,0(0),1
.reloc .-8,R_PPC64_PLT_PCREL34_NOTOC,my_func
mtctr 12
.reloc .-4,R_PPC64_PLTSEQ_NOTOC,my_func
bctrl
.reloc .-4,R_PPC64_PLTCALL_NOTOC,my_func
|