History log of /src/lib/libc/compat/arch/mips/gen |
Revision | Date | Author | Comments |
1.3 | 03-Jul-2006 |
drochner | build frexp_ieee754 in the "compat" subtree (There are assembler versions of ldexp and modf which need to be checked. I'm in doubt they are metter than those in libm.)
|
1.2 | 07-Oct-2005 |
tsutsui | Follow compat libc changes on i386: > _setjmp and _longjmp are not compat functions. Noticed by Havard Eidnes
|
1.1 | 17-Sep-2005 |
tsutsui | Switch mips to the new libc compat code layout.
|
1.2 | 07-Oct-2005 |
tsutsui | Follow compat libc changes on i386: > _setjmp and _longjmp are not compat functions. Noticed by Havard Eidnes
|
1.1 | 17-Sep-2005 |
tsutsui | Switch mips to the new libc compat code layout.
|
1.7 | 24-Apr-2025 |
riastradh | mips/compat_longjmp: Make sure compat13 setjmp returns nonzero.
PR port-mips/59285: _longjmp(..., 0) makes setjmp return 0, not 1
|
1.6 | 24-Apr-2025 |
riastradh | mips/compat_setjmp: .set reorder doesn't have delay slots.
PR port-mips/59342: compat_setjmp.S is confused about delay slots
|
1.5 | 15-Oct-2020 |
skrll | branches: 1.5.8; Remove '_OFFSETOF' prefix for genassm(1) generate CPP identifers for consistency with other arches.
NFCI and libc.so is the same before and after.
|
1.4 | 15-Oct-2020 |
skrll | Trailing whitespace
|
1.3 | 26-Mar-2016 |
martin | Do not store FP registers in softfloat userland
|
1.2 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64
|
1.1 | 17-Sep-2005 |
tsutsui | branches: 1.1.34; Switch mips to the new libc compat code layout.
|
1.1.34.4 | 03-Feb-2010 |
matt | Cleanup #ifdefs.
|
1.1.34.3 | 27-Jan-2010 |
matt | Don't use cfc1/ctc1 in softfloat. Use the "common" fabs/modf/ldexp when using softfloat.
|
1.1.34.2 | 18-Aug-2009 |
uebayasi | .cprestore doesn't accept register. Pass CALLFRAME_S0 instead.
|
1.1.34.1 | 18-Aug-2009 |
matt | Make arch/gen/_setjmp.S and compat/arch/gen/compat_setjmp.S as identical as possible. Use RCSID. Use FP_L/FP_S
|
1.5.8.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.4 | 24-Apr-2025 |
riastradh | mips/compat_sigsetjmp: Add missing RESTORE_GP64.
Otherwise, compat13 sigsetjmp clobbers the caller's gp when it returns (the first time around, anyway), which leads to a lovely display of fireworks.
PR port-mips/59343: compat_sigsetjmp.S: missing RESTORE_GP64
|
1.3 | 15-Oct-2020 |
skrll | branches: 1.3.8; Remove '_OFFSETOF' prefix for genassm(1) generate CPP identifers for consistency with other arches.
NFCI and libc.so is the same before and after.
|
1.2 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64
|
1.1 | 17-Sep-2005 |
tsutsui | branches: 1.1.34; Switch mips to the new libc compat code layout.
|
1.1.34.2 | 05-Sep-2009 |
matt | More LP64 cleanup --> s/la/PTR_LA
|
1.1.34.1 | 18-Aug-2009 |
matt | Adapt to be ABI agnostic. Fix RCSIDs.
|
1.3.8.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|