aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/string/strcmp.S
Commit message (Collapse)AuthorAgeFilesLines
* Merge jmallett@'s n64 work into HEAD - changeset 1.Jayachandran C.2010-06-161-4/+4
| | | | | | | | | | | | Update libc assembly code to use macros that work on both o32 and n64. Merge string functions from NetBSD. The changes are from http://svn.freebsd.org/base/user/jmallett/octeon Approved by: rrs (mentor), jmallett Notes: svn path=/head/; revision=209231
* Add mips support libc from the mips2-jnpr branch of perforce.Warner Losh2008-04-261-0/+68
| | | | Notes: svn path=/head/; revision=178580
* Remove these abortive MIPS bits.David E. O'Brien2002-03-231-66/+0
| | | | Notes: svn path=/head/; revision=93033
* Bring in initial libc support for mips. These files were taken fromWarner Losh1999-03-031-0/+66
the OpenBSD tree and should be considered preliminary. They are here to facilitate building of the tree. Notes: svn path=/head/; revision=44440