summaryrefslogtreecommitdiff
path: root/libc/string/sparc/sparc32
AgeCommit message (Collapse)Author
2006-02-01remove hidden versions of bzero, unused in libc.soPeter S. Mazinger
2006-01-30Remove arch specific hidden bcopyPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger
where the non-hidden version was used.
2005-11-12Add hidden versions, hope I made it correctly. Sparc optimized string ↵Peter S. Mazinger
functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function
2005-08-26import sparc-optimized string functions from glibcMike Frysinger