CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2009/11/17 10:06:44
Modified files: sys/arch/sh/sh : sh_machdep.c Log message: Initialize the FPU to be in double precision mode for SH4. This is what the Linux kernel does and is obviously what GCC expects. Fixed segmentation faults in omalloc_init() for shared executables linked with the pthreads library. tested by otto@, ok deraadt@, drahn@