summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/gen/divsi3.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark as 'protected' all the routines from the quad/ and softfloat/ subdirs,guenther2019-11-101-1/+4
| | | | | | | | | as well as those in arch/arm/gen/divsi3.S. This cleans up the PLTs on the 32bit archs. luna88k testing by aoyama@ "looks good" kettenis@, testing and ok deraadt@
* Add ARM EABI runtime aliases to the GCC runtime functions that we includekettenis2017-12-261-1/+6
| | | | | | in libc. ok patrick@, jsg@, guenther@
* Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpguenther2016-08-061-3/+3
| | | | | | | Eliminate pointless use of PIC_SYM() Split out DEFS.h from SYS.h like some other archs ok kettenis@ deraadt@
* ARGH, forgot tags.drahn2004-02-011-0/+1
|
* arm libc support. From NetBSD. currently supports softfloat.drahn2004-02-011-0/+386