about summary refs log tree commit diff
path: root/src/ldso/mips/dlsym.s
Commit message (Collapse)AuthorAgeFilesLines
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-141-0/+1
|
* fix dlsym asm for mipsRich Felker2012-11-081-1/+2
| | | | | | saving the return address from the delay slot is not valid -- by the time the instruction executes, the return address has already been replaced.
* dlsym RTLD_NEXT support for mipsRich Felker2012-08-051-0/+15
untested