Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-14 | consistently use hidden visibility for cancellable syscall internals | Rich Felker | 1 | -3/+8 | |
in a few places, non-hidden symbols were referenced from asm in ways that assumed ld-time binding. while these is no semantic reason these symbols need to be hidden, fixing the references without making them hidden was going to be ugly, and hidden reduces some bloat anyway. in the asm files, .global/.hidden directives have been moved to the top to unclutter the actual code. | |||||
2015-02-20 | prepare cancellation syscall asm for possibility of __cancel returning | Rich Felker | 1 | -8/+12 | |
2012-09-15 | update mips cancellation-point syscall asm with 7-arg and r25 fixes | Rich Felker | 1 | -2/+5 | |
these fixes were already made to the normal syscall asm but not the cancellation point version. | |||||
2012-09-09 | fix mips syscall_cp_asm code (saved register usage) | Rich Felker | 1 | -2/+2 | |
2012-07-11 | first attempt at making threads work on mips | Rich Felker | 1 | -0/+31 | |