Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move mips from ports to libc. | Joseph Myers | 2014-02-10 | 7 | -170/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've moved the MIPS port from ports to the main sysdeps hierarchy. Beyond the README update, the move of the files was simply git mv ports/sysdeps/mips sysdeps/mips git mv ports/sysdeps/unix/mips sysdeps/unix/mips git mv ports/sysdeps/unix/sysv/linux/mips sysdeps/unix/sysv/linux/mips and in addition to the ChangeLog entries here, I put a note at the top of ports/ChangeLog.mips similar to those in other files. Tested that disassembly of installed shared libraries for mips is the same before and after this patch (except for ld.so where paths in assertions are involved, as for arm). * sysdeps/mips: Move directory from ports/sysdeps/mips. * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips. * sysdeps/unix/sysv/linux/mips: Move directory from ports/sysdeps/unix/sysv/linux/mips. * README: Update listing for mips-*-linux-gnu and mips64-*-linux-gnu. * sysdeps/mips: Move directory to ../sysdeps/mips. * sysdeps/unix/mips: Move directory to ../sysdeps/unix/mips. * sysdeps/unix/sysv/linux/mips: Move directory to ../sysdeps/unix/sysv/linux/mips. | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 2 | -2/+2 |
| | |||||
* | 2013-09-26 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2013-10-03 | 2 | -0/+2 |
| | | | | | | | | | | [BZ #15632] * sysdeps/mips/mips32/fpu/e_sqrt.c: New. * sysdeps/mips/mips32/fpu/e_sqrtf.c: New. * sysdeps/mips/mips64/n32/fpu/e_sqrt.c: New. * sysdeps/mips/mips64/n32/fpu/e_sqrtf.c: New. * sysdeps/mips/mips64/n64/fpu/e_sqrt.c: New. * sysdeps/mips/mips64/n64/fpu/e_sqrtf.c: New. | ||||
* | Implement fma in soft-fp. | Joseph Myers | 2013-07-02 | 1 | -6/+0 |
| | |||||
* | Add support for building as MIPS16 code. | Maciej W. Rozycki | 2013-02-27 | 2 | -0/+4 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 2 | -2/+2 |
| | |||||
* | Add 64-bit support to MIPS register-dump.h (bug 14893). | Joseph Myers | 2012-11-29 | 1 | -0/+4 |
| | |||||
* | 2012-10-03 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2012-10-03 | 1 | -0/+1 |
| | | | | | | | | | * sysdeps/mips/ieee754.h: Move to... * sysdeps/mips/ieee754/ieee754.h: Here. * sysdeps/mips/mips32/Implies: Add mips/ieee754. * sysdeps/mips/mips64/Implies: Ditto. * sysdeps/mips/mips64/n32/Implies: Ditto. * sysdeps/mips/mips64/n64/Implies: Ditto. | ||||
* | Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-merge | Joseph Myers | 2012-07-01 | 5 | -0/+165 |