Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge @228176 from Perforce to fix a bug introduced in r249553: | rwatson | 2013-04-28 | 1 | -2/+0 |
| | | | | | | | | | | Trim two now-unneeded (and likely harmful) lines from the libstand setjmp/longjmp for MIPS. Spotted by: jmallett MFC after: 3 days Sponsored by: DARPA, AFRL | ||||
* | Adapt libstand's setjmp/longjmp MIPS support to be portable across 32-bit | rwatson | 2013-04-16 | 1 | -56/+27 |
| | | | | | | | | | and 64-bit MIPS. Don't use the floating-point coprocessor in the libstand context for MIPS. Reviewed by: imp MFC after: 3 days Sponsored by: DARPA, AFRL | ||||
* | Add the needed _setjmp.S for MIPS. | obrien | 2008-08-27 | 1 | -0/+139 |
Obtained from: Juniper Networks |