summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2006-08-02Fix PR 34112, where a program could mysteriously exit on return from ajld
2006-07-07Add missing ppc64 elementsross
2006-07-07checkin libc asm stubs, #1cherry
2006-07-07build __sigaction14_sigtramp.cross
2006-07-07rcsid & white spaceross
2006-07-07fix @toc reference macroross
2006-07-07Add missing sigaction()ross
2006-07-07bzero() and memset() for ppc64.ross
2006-07-06rewrite for ppc elf64 relocross
2006-07-06we need the current vforkross
2006-07-05convert remaining ppc32 code to ppc64ross
2006-07-05convert PIC linkageross
2006-07-05revise for ppc64ross
2006-07-05Adjust types and casts for LP64 compilation.ross
2006-07-05fix typoross
2006-07-05Finish ppc64 conversionross
2006-07-05adjust casts for LP64ross
2006-07-03replaced by code in libc/compat/gendrochner
2006-07-03build {frexp,ldexp,modf} in the "compat" subtreedrochner
2006-07-03build frexp_ieee754 and ldexp_ieee754 in the "compat" subtreedrochner
2006-07-03This is a new port - don't ever start with frexp/ldexp/modf in libc, wedrochner
2006-07-03build frexp_ieee754 and ldexp_ieee754 in the "compat" subtreedrochner
2006-07-03build frexp_ieee754 in the "compat" subtreedrochner
2006-07-03build frexp_ieee754 in the "compat" subtreedrochner
2006-07-01ppc64 build framework first passross
2006-06-28build frexp/ldexp/modf in the "compat" part (code is identical)drochner
2006-06-28build frexp/ldexp/modf in the "compat" partdrochner
2006-06-27Build just the compatibility versions of frexp()/ldexp()/modf(), thedrochner
2006-06-17G/c KMSRCS and KMINCLUDES now that we have common/lib/libcuwe
2006-06-02remove GCC2 supportmrg
2006-05-21add a local prototype for fabs()mrg
2006-05-18change __weak_extern to __weak_reference so that gcc4 works.christos
2006-05-16if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess.mrg
2006-05-16make sure there is a prototype in scope.mrg
2006-05-11if SOFTFLOAT_FOR_GCC is not defined, don't declare float_detect_tininess.mrg
2006-05-11in makecontext(), sp is unsigned * so don't assign signed *'s to it.mrg
2006-04-24It's "its."snj
2006-04-23Now that bcopy.S doesn't contain the actual implemenation, move ituwe
2006-04-07retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.mrg
2006-04-05__sigtramp1.S moved to the new compat layout so we should try and buildskrll
2006-03-22build erand48_ieee754.c on everything but vaxdrochner
2006-03-21It's .endif, not .fi.he
2006-03-20Don't build extended-precision routines on m68000; from Havard.kleink
2006-03-15Add strtof(3) and strtold(3); welcome libc 12.137.kleink
2006-03-11move to the new compat layout.christos
2006-03-11Welcome to the new compat layout.christos
2006-03-11Remove files moved to the new compat layout.christos
2006-03-11remove files moved to the new compat layout.christos
2006-03-09Welcome to the new compat layout.christos
2006-02-25Fix some typos.wiz