add powerpc64 port

This commit is contained in:
Bobby Bingham
2016-05-08 22:57:40 -04:00
committed by Rich Felker
parent 6bc7d9c411
commit c0ede9e404
42 changed files with 2342 additions and 1 deletions
+12
View File
@@ -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