summaryrefslogtreecommitdiff
path: root/lib/libc/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining syntax errors (missing semicolons)Peter Wemm2007-07-051-2/+2
* Add missing \ characters in PSEUDO() macro on arm. Oops.Peter Wemm2007-07-041-2/+2
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+6
* Adjust the syscall stub macros to be consistent in their meaning. InPeter Wemm2007-07-041-14/+7
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timeAlexander Kabaev2007-06-271-2/+2
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.Olivier Houchard2007-05-191-1/+1
* Use built-in _end symbol insteadof 'end' for consistency with otherAlexander Kabaev2007-05-191-2/+2
* Do not declare float_detect_tininess as external if it will be re-delaredAlexander Kabaev2007-05-191-0/+2
* Do not export 'end' symbol. It is not meant to be visible to outsideAlexander Kabaev2007-05-161-1/+1
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-131-1/+24
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-11/+13
* The distinction between quiet and signaling NaN formats isDavid Schultz2007-01-031-0/+23
* Cleanup: we always have to use __error() now, and we shouldn't provide aOlivier Houchard2006-11-092-58/+1
* Remove a forgotten file.Ruslan Ermilov2006-11-081-4/+0
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-064-198/+0
* Provide definitions suitable for arm big-endian.Olivier Houchard2006-11-061-0/+5
* If __ARMEB__ is defined, we're already using the network byte order, soOlivier Houchard2006-08-214-0/+8
* GC old a.out and K&R support.Warner Losh2006-05-231-9/+0
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+1
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+66
* Fix a long line in copyright notice.Olivier Houchard2005-10-031-1/+2
* Add an asm version of strlen() for arm (how useful).Olivier Houchard2005-10-032-1/+78
* Use the correct values for softfloat, in both the little endian and the bigOlivier Houchard2005-03-202-8/+13
* Define LDBL_NBIT to be a mask indicating the position of the integerDavid Schultz2005-03-071-1/+2
* Update my email address.David Schultz2005-02-061-1/+1
* Replace the ldexp() implementation in libc with a renamed copy of theDavid Schultz2005-01-221-155/+0
* Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.David Schultz2005-01-152-5/+4
* Use the RET macro.Olivier Houchard2004-11-0917-52/+52
* Add a week alias __siglongjmp => siglongjmp.Olivier Houchard2004-11-091-0/+1
* MFKernel: Implement ffs with clz on Xscale.Olivier Houchard2004-11-071-0/+6
* Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.Olivier Houchard2004-11-052-2/+1
* Fix signalcontext and makecontext.Olivier Houchard2004-11-053-14/+17
* Remove getcontext.S, it is not needed.Olivier Houchard2004-11-052-64/+1
* Import a Makefile for arm.Olivier Houchard2004-11-051-0/+8
* Make setjmp()/longjmp() use sigprocmask.Olivier Houchard2004-09-231-9/+9
* Add a dummy set_tp().Olivier Houchard2004-09-232-1/+36
* Always use bx for returning on Xscale.Olivier Houchard2004-09-231-76/+76
* Fix the align-to-32-bits code.Olivier Houchard2004-09-231-2/+2
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-182-68/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-092-71/+1
* Import the FreeBSD/arm libc bits.Olivier Houchard2004-05-1452-0/+6225