Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-02 | fix MIPS N32 ABI Big Endian setjmp/longjmp | mirabilos | |
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-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2006-11-04 | mips64 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-26 | Get rid of missing prototype warnings | Peter S. Mazinger | |
2006-01-26 | Correct mips, does mips ever be similar to others ;-( | Peter S. Mazinger | |
2006-01-24 | Use __typeof for __longjmp, remove alias to longjmp for cris, should be ↵ | Peter S. Mazinger | |
covered by common/longjmp.c | |||
2006-01-23 | Add __longjmp prototype | Peter S. Mazinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2003-02-09 | Fix a warning | Eric Andersen | |
2002-11-06 | Update soft-float handling | Eric Andersen | |
2002-09-10 | Don't unconditionally save/restore FP registers, we might be doing soft | "Steven J. Hill" | |
floating point. Thanks to Jay Carlson. | |||
2002-02-04 | Fixup mips so it now works and provides basic functionality | Eric Andersen | |