summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/setjmp_aux.c
Commit message (Collapse)AuthorAgeFilesLines
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-35/+35
|
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-0/+36
| | | | | The mips64 N32/N64 ABI have a bit different register usage convention. Also the register size for these ABI is 8 byte. Use ld/sd for them.
* Update soft-float handlingEric Andersen2002-11-061-2/+3
|
* Forgot one more #ifdef related to MIPS soft floating point."Steven J. Hill"2002-09-111-0/+2
|
* Don't unconditionally save/restore FP registers, we might be doing soft"Steven J. Hill"2002-09-101-0/+2
| | | | floating point. Thanks to Jay Carlson.
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-0/+2
| | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik
* Several mips cleanups/additons from Geoffrey Espin.Eric Andersen2002-02-161-0/+65