summaryrefslogtreecommitdiffstats
path: root/libc/string/x86_64
Commit message (Expand)AuthorAgeFilesLines
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-092-7/+3
* x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-194-1/+7
* build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-162-3/+3
* amd64 string ops: use alignment more carefully, and comment it.Denis Vlasenko2008-04-158-30/+75
* amd64 string ops: replace some instructions by smaller ones,Denis Vlasenko2008-04-155-13/+12
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-297-11/+12
* Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger2006-03-232-2/+7
* 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-011-1/+0
* s/libc_hidden_proto/libc_hidden_def/Peter S. Mazinger2006-01-141-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-1414-41/+40
* copy strcoll aliases from armMike Frysinger2006-01-091-0/+3
* add missing __strcoll aliasMike Frysinger2006-01-091-0/+1
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-0314-46/+33
* Remove test filePeter S. Mazinger2005-12-011-1454/+0
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Add hidden versionsPeter S. Mazinger2005-11-1210-19/+52
* 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
* merge x86_64 optimized string supportMike Frysinger2005-09-2115-0/+2871