summaryrefslogtreecommitdiff
path: root/lib/libc/mips/gen/fpgetmask.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge r195025 from projects/mips to head by hand:Warner Losh2010-01-081-29/+0
| | | | | | | | | | r195025 | gonzo | 2009-06-25 19:01:50 -0600 (Thu, 25 Jun 2009) | 4 lines - Move fpgetXXX.c/fpsetXXX.c sources to hardfloat subdir/ to prevenmt them from being mixed up with lib/libc/softfloat files with the same names Notes: svn path=/head/; revision=201856
* Add mips support libc from the mips2-jnpr branch of perforce.Warner Losh2008-04-261-0/+29
| | | | Notes: svn path=/head/; revision=178580
* Remove these abortive MIPS bits.David E. O'Brien2002-03-231-18/+0
| | | | Notes: svn path=/head/; revision=93033
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-3/+2
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Bring in initial libc support for mips. These files were taken fromWarner Losh1999-03-031-0/+19
the OpenBSD tree and should be considered preliminary. They are here to facilitate building of the tree. Notes: svn path=/head/; revision=44440