Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use hidden visibility for call from dlsym to internal __dlsym | Rich Felker | 2015-04-14 | 1 | -0/+1 |
| | |||||
* | fix dlsym asm for mips | Rich Felker | 2012-11-08 | 1 | -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 mips | Rich Felker | 2012-08-05 | 1 | -0/+15 |
untested |