summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2001-12-30Fix -Wshadow warnings.thorpej
2001-12-19Remove -Wa,-Av9a hack from <sys.mk> and relegate it to the places that needtv
2001-12-10sync with other archs.msaitoh
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-30Add assembler version of strlen.mjl
2001-11-30Outifdef some stuff not needed in the _KERNEL case.mjl
2001-11-29Make this work in kernel space too.mjl
2001-11-25Add PPC assembler routines for ffs(3), bzero(3) and memset(3).mjl
2001-11-21"than" instead of "then".wiz
2001-11-13Update asm files to use sp instead of r13. Also tweak a couple of bits in th...chris
2001-11-13Update arm libc files for 8 byte aligned stack.chris
2001-11-13Fix .type directive to use the right name for L_ffs_table (pointed out bybjh21
2001-11-11Update the libc version of ffs to make use of an optimsed asm version.chris
2001-11-08Rename a parameter to fix build problem with new toolchain.bjh21
2001-11-08Rename a parameter to fix build problem with new toolchain.tron
2001-11-08Fix -Wshadow warnings.enami
2001-11-07-Wshadow fixdrochner
2001-11-07cpoy from the 040 version: -Wshadow warning fixdrochner
2001-11-07fix for -Wshadowmjl
2001-11-07fix for -Wshadowchs
2001-11-07fix -Wshadow warningsdrochner
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-10-29Change isnan() and isinf() to use a union to convert from double tobjh21
2001-10-28Handle machines using VFP-format doubles (as we do in ARM ELF) and big-endianbjh21
2001-10-19Remove files beginning with ":", which is invalid on other host OS'stv
2001-09-07On the 68010, don't bother with the by-8-longwords loop, insteadfredette
2001-09-06change "pushl [r0](ap)" ---> "pushl (ap)[r0]" ... the old versionchuck
2001-08-27Ansi'fy. (to make this compile under -Wstrict-prototypes)matt
2001-08-08__clone stub for ns32k. Basic code taken from m68k.matthias
2001-08-02Improved version of bzero.eeh
2001-08-01Fix some corner cases.eeh
2001-08-01Use unsigned compares for addresses.eeh
2001-07-23sparc64 version, cloned (har har!) from the sparc version and tweaked.thorpej
2001-07-23From rev. 1.11 of the 32-bit version:thorpej
2001-07-23add an implementation of __clone(2)christos
2001-07-23Add a macro "CALL()" to call a function correctly in the pic and non picchristos
2001-07-22Add __clone() for arm.chris
2001-07-22Add __clone() for sh3.tsubai
2001-07-20Duh, call the clone's entry point w/ jal, so that when it returns,thorpej
2001-07-20Add a __clone(3) entry point for powerpc.tsubai
2001-07-20Compensate for the syscall args stack cleanup in the clone.scw
2001-07-20This is just a RSYSCALL.matthias
2001-07-20Add __clone(2) for VAX.matt
2001-07-19clone(2) syscall frontend for m68k.scw
2001-07-18Fix call to _exit.fvdl
2001-07-17Simplify slightly.thorpej
2001-07-17__clone stub for i386fvdl
2001-07-17Cosmetic change.thorpej
2001-07-17Add a __clone(2) entry point.thorpej
2001-07-17Add a __clone(3) entry point.thorpej