add powerpc64 port
This commit is contained in:
committed by
Rich Felker
parent
6bc7d9c411
commit
c0ede9e404
@@ -0,0 +1,12 @@
|
||||
.text
|
||||
.global dlsym
|
||||
.hidden __dlsym
|
||||
.type dlsym,@function
|
||||
dlsym:
|
||||
addis 2, 12, .TOC.-dlsym@ha
|
||||
addi 2, 2, .TOC.-dlsym@l
|
||||
.localentry dlsym,.-dlsym
|
||||
mflr 5 # The return address is arg3.
|
||||
b __dlsym
|
||||
.end dlsym
|
||||
.size dlsym, .-dlsym
|
||||
Reference in New Issue
Block a user