History log of /netbsd-src/lib/libc/arch/powerpc64/gen/makecontext.c (Results 1 – 3 of 3)
Revision Date Author Comments
# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# a9ea5c11 05-Jul-2006 ross <ross@NetBSD.org>

Adjust types and casts for LP64 compilation.
Split "long *sp;" into "__greg_t sp, *spp;", which reduces the cast
density and could be used to clean up the ppc32 version as well.


# d48f1466 01-Jul-2006 ross <ross@NetBSD.org>

ppc64 build framework first pass