Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/csu/mips
Module Name: src
Committed By: matt
Date: Sun Jan 23 06:25:58 UTC 2011
Modified Files:
src/lib/csu/mips: crt0.c
Log Message:
Use uintptr_t instead of u_long.
When fetching argc use off the stack, use *(long *) instead of *(int *)
because on mips64 BE system, that int deference will only fetch 0.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/csu/mips/crt0.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