summaryrefslogtreecommitdiffstats
path: root/libc/string/sparc
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-132-4/+0
* Blue Swirl writes:Mike Frysinger2007-09-159-9/+9
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-0/+2
* Correct build failure introduced by SUSV3_LEGACY optionPeter S. Mazinger2006-03-242-0/+4
* Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger2006-03-237-0/+29
* unify duplicated code cause i get tired of updating this stuffMike Frysinger2006-02-032-31/+3
* remove hidden versions of bzero, unused in libc.soPeter S. Mazinger2006-02-012-2/+0
* Too many sparc versions ;-(, another hidden bcopy removedPeter S. Mazinger2006-01-301-1/+0
* Remove arch specific hidden bcopyPeter S. Mazinger2006-01-302-2/+0
* update strcoll stuffMike Frysinger2006-01-171-2/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-1420-103/+95
* add aliases for strcoll when neededMike Frysinger2006-01-111-0/+5
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-0320-101/+52
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Add hidden versions, hope I made it correctly. Sparc optimized string functio...Peter S. Mazinger2005-11-1217-49/+122
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-1/+2
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-27/+8
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-281-1/+0
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+28
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-10/+13
* import sparc-optimized string functions from glibcMike Frysinger2005-08-2643-0/+6782