summaryrefslogtreecommitdiffstats
path: root/libc/string/sparc/sparc32
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.
* Blue Swirl writes:Mike Frysinger2007-09-159-9/+9
| | | | | | | | | | | | | | | | | | | | I got the library to compile with the attached patches, though dynamic loader crashes early. In buildroot I changed the architecture name by hand from sparc to sparc64, otherwise the compiler produced 32-bit files with V9 (64-bit) instructions. This configuration is not supported by QEMU, so I aimed for pure 64-bit. I think Sparc64 option needs to be added to buildroot. The _Qp_ ops seem to be required by the ABI. This and setjmp patches are just hacks to get the compilation further. The _Qp_ ops can be found in glibc, would it be OK to use those? V9 assembler requires declarations for global register use. The mem* functions in sparc32 directory did not work. They are actually used only by the hybrid 32-bit + V9 CPU configuration.
* 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-233-0/+14
| | | | bcopy/bzero/bcmp/index/rindex
* remove hidden versions of bzero, unused in libc.soPeter S. Mazinger2006-02-011-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-149-45/+42
| | | | missing headers, other jump relocs removed
* Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger2006-01-039-42/+21
| | | | where the non-hidden version was used.
* Add hidden versions, hope I made it correctly. Sparc optimized string ↵Peter S. Mazinger2005-11-129-23/+57
| | | | 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-2618-0/+2713