summaryrefslogtreecommitdiffstats
path: root/libc/string/sparc/sparc64
Commit message (Collapse)AuthorAgeFilesLines
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-2/+0
| | | | | | "Bounds Checking Projects... This project has been abandoned" for four years at least.
* Correct build failure introduced by SUSV3_LEGACY optionPeter S. Mazinger2006-03-241-0/+2
|
* Add new option for SuSv3 legacy functions and use it for ↵Peter S. Mazinger2006-03-234-0/+15
| | | | bcopy/bzero/bcmp/index/rindex
* remove hidden versions of bzero, unused in libc.soPeter S. Mazinger2006-02-011-1/+0
|
* Too many sparc versions ;-(, another hidden bcopy removedPeter S. Mazinger2006-01-301-1/+0
|
* Remove arch specific hidden bcopyPeter S. Mazinger2006-01-301-1/+0
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-1410-57/+53
| | | | missing headers, other jump relocs removed
* Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger2006-01-0310-54/+30
| | | | where the non-hidden version was used.
* Add hidden versions, hope I made it correctly. Sparc optimized string ↵Peter S. Mazinger2005-11-128-26/+65
| | | | 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
* import sparc-optimized string functions from glibcMike Frysinger2005-08-2610-0/+3881