Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/arch/powerpc64/gen
Module Name: src
Committed By: ross
Date: Wed Jul 5 18:10:37 UTC 2006
Modified Files:
src/lib/libc/arch/powerpc64/gen: makecontext.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/arch/powerpc64/gen/makecontext.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index