summaryrefslogtreecommitdiff
path: root/libc/string/mips
AgeCommit message (Expand)Author
2016-05-29mips: allow to disable prefetch support in memcpy/memsetWaldemar Brodkorb
2016-02-03mips: fix build if threads are disabledWaldemar Brodkorb
2016-01-31mips64: fix memcpy, patch from glibcWaldemar Brodkorb
2015-12-22Replace MIPS specific memcpy.S/memset.S with version from glibc/newlib.Steve Ellcey
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15remove sysdep.h from arch specific string implementationPeter S. Mazinger
2008-01-09add workaround for gcc-3.4.6 with mipsMike Frysinger
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-02-03unify duplicated code cause i get tired of updating this stuffMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger
2005-12-01fix libc_hidden_builtin_defMike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-07Disable multi build on asm files. i386/powerpc could be used if the source is...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-01-25merge parallel build supportMike Frysinger
2004-12-22Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen
2004-09-02Add a couple of mips-specific string funcs.Manuel Novoa III