Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-08 | fix dlsym asm for mips | Rich Felker | 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. | |||||
2012-08-05 | dlsym RTLD_NEXT support for mips | Rich Felker | 1 | -0/+15 | |
untested |