summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/__longjmp.c
AgeCommit message (Collapse)Author
2015-08-02fix MIPS N32 ABI Big Endian setjmp/longjmpmirabilos
access to the jmp_buf structure occasionally happens asymmetrically: fields defined in pointer size width (64 on N32) can be accessed as 32-bit words, but in that case, a̲l̲l̲ involved code must agree on that…
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
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.
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-26Correct mips, does mips ever be similar to others ;-(Peter S. Mazinger
2006-01-24Use __typeof for __longjmp, remove alias to longjmp for cris, should be ↵Peter S. Mazinger
covered by common/longjmp.c
2006-01-23Add __longjmp prototypePeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed
2003-02-09Fix a warningEric Andersen
2002-11-06Update soft-float handlingEric Andersen
2002-09-10Don't unconditionally save/restore FP registers, we might be doing soft"Steven J. Hill"
floating point. Thanks to Jay Carlson.
2002-02-04Fixup mips so it now works and provides basic functionalityEric Andersen