summaryrefslogblamecommitdiff
path: root/src/ldso/powerpc/dlsym.s
blob: b9fae982f08939c01dd65556969c78a40f41af09 (plain) (tree)
1
2
3
4
5
6
7
8


                               
      



                                                                    
	.text
	.global dlsym
	.type   dlsym,@function
dlsym:
	mflr    5                      # The return address is arg3.
	b       __dlsym
	.end    dlsym
	.size   dlsym, .-dlsym