summaryrefslogtreecommitdiffstats
path: root/libc/string/x86_64/memcpy.S
Commit message (Expand)AuthorAgeFilesLines
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-091-3/+1
* x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-191-0/+2
* build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-161-1/+1
* amd64 string ops: use alignment more carefully, and comment it.Denis Vlasenko2008-04-151-2/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-4/+4
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-031-4/+4
* Add hidden versionsPeter S. Mazinger2005-11-121-2/+5
* merge x86_64 optimized string supportMike Frysinger2005-09-211-0/+95