Module Name:src
Committed By: matt
Date: Fri Apr 29 08:03:55 UTC 2011
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: _lwp.c
Log Message:
Both N32/N64 use 64-bit stack slots.
To generate a diff of this commit:
cvs rdiff -u -r1.5.14.1 -r1.5.14.2 src/lib/libc
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:23:23 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: longjmp.c
Log Message:
Semantic change: Use _REG_x with gregs, no binary difference
To generate a diff of this commit:
cvs rdiff -u -r1.2.1
Module Name:src
Committed By: matt
Date: Fri Apr 30 16:12:41 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: setjmp.S
Log Message:
When .set reorder, the move goes before the jump, not after.
To generate a diff of this commit:
cvs rdiff -u -r1.17.3
Module Name:src
Committed By: matt
Date: Fri Apr 30 14:27:46 UTC 2010
Modified Files:
src/lib/libc/arch/mips/gen [matt-nb5-mips64]: longjmp.c
Log Message:
For N32/N64, GP is callee-saved
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.14.1 src/lib/libc/arch/m