CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/02/22 11:10:39
Modified files:
sys/arch/mips64/include: _types.h
lib/csu/mips64 : md_init.h
Log message:
Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned
to a 16 byte boundary in csu (similar to what the other arches where
_STACKALIGNBYTES != _ALIGNBYTES do).
This is necessary for long double variables on the stack to be correctly
aligned.
