Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * newlib/libc/include/machine/setjmp.h: Add FPU support. | Corinna Vinschen | 2014-12-15 | 1 | -2/+80 |
| | | | | * newlib/libc/machine/nds32/setjmp.S: Add FPU support. | ||||
* | 2014-03-21 Sabrina Ni <sabrinanitw@gmail.com> | Jeff Johnston | 2014-03-21 | 1 | -11/+13 |
| | | | | * libc/machine/nds32/setjmp.S: Keep jmp_buff sync with GDB. | ||||
* | 2014-03-21 Sabrina Ni <sabrinanitw@gmail.com> | Jeff Johnston | 2014-03-21 | 1 | -5/+4 |
| | | | | * libc/machine/nds32/setjmp.S: Optimize. | ||||
* | 2013-07-09 Sabrina Ni <sabrina@andestech.com> | Jeff Johnston | 2013-07-09 | 1 | -0/+87 |
* configure.host (machine_dir, syscall_dir, newlib_cflags): Add settings for nds32*. * libc/include/machine/ieeefp.h (IEEE_BIG_ENDIAN, IEEE_LITTLE_ENDIAN): Ditto. * libc/include/machine/setjmp.h (JBLEN): Ditto. * libc/machine/configure.in: Add nds32 subdir. * libc/machine/configure: Regenerated. * libc/machine/nds32/Makefile.am: New. * libc/machine/nds32/Makefile.in: New (autogenerated). * libc/machine/nds32/aclocal.m4: New (autogenerated). * libc/machine/nds32/configure.in: New. * libc/machine/nds32/configure: New (autogenerated). * libc/machine/nds32/setjmp.S: New. |