summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/mips/setjmp.S
Commit message (Collapse)AuthorAgeFilesLines
* * libc/include/machine/setjmp.h [__mips__]: Remove __mips_fpr == 64Corinna Vinschen2014-11-281-5/+41
| | | | | | | from the 64-bit _JBTYPE definition. * libc/machine/mips/setjmp.S: Re-work the o32 FP64 support to match the now one-and-only supported o32 FP64 ABI extension. Also support o32 FPXX.
* * libc/machine/mips/setjmp.S: Fix definition of macro FPR_LAYOUTCorinna Vinschen2013-11-271-0/+1
| | | | for ABI == N32.
* 2013-11-26 Matheus Almeida <Matheus.Almeida@imgtec.com>Jeff Johnston2013-11-261-4/+29
| | | | | | | * libc/include/machine/setjmp.h: Add support for __mips_fpr being 64 and treat it the same as if __mips64 is set. * libc/machine/mips/setjmp.S: Ditto, plus add checks for _MIPS_SIM being _ABIN32 and _ABI64.
* * libc/include/machine/setjmp.h: For mips, define _JBLEN basedRichard Sandiford2002-08-071-98/+63
| | | | | | based on __mips_soft_float rather than __mips64. * libc/machine/mips/setjmp.S: Provide hard and soft float versions of both 32-bit and 64-bit code.
* 2001-07-12 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2001-07-131-2/+0
| | | | * libc/machine/mips/setjmp.S: Allow mips16 and mips64 to coexist.
* 2001-03-07 Richard Sandiford <rsandifo@redhat.com>Jeff Johnston2001-03-081-3/+72
| | | | | | * (libc/include/machine/setjmp.h): Use 23 DI-mode ints for a jmpbuf on MIPS64 targets. * (libc/machine/mips/setjmp.S): Add MIPS64 version.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+65