summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/__longjmp.c
Commit message (Collapse)AuthorAgeFilesLines
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-0/+42
| | | | | 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.
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+1
|
* Correct mips, does mips ever be similar to others ;-(Peter S. Mazinger2006-01-261-28/+27
|
* Use __typeof for __longjmp, remove alias to longjmp for cris, should be ↵Peter S. Mazinger2006-01-241-1/+1
| | | | covered by common/longjmp.c
* Add __longjmp prototypePeter S. Mazinger2006-01-231-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-0/+2
| | | | missing headers, other jump relocs removed
* Fix a warningEric Andersen2003-02-091-52/+49
|
* Update soft-float handlingEric Andersen2002-11-061-1/+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.
* Fixup mips so it now works and provides basic functionalityEric Andersen2002-02-041-0/+84