diff options
Diffstat (limited to 'arch/sh/crt_arch.h')
-rw-r--r-- | arch/sh/crt_arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/crt_arch.h b/arch/sh/crt_arch.h index a69d1c9f..5fd39fc6 100644 --- a/arch/sh/crt_arch.h +++ b/arch/sh/crt_arch.h @@ -7,3 +7,6 @@ _start: \n\ bsr __cstart \n\ nop \n\ "); + +/* used by gcc for switching the FPU between single and double precision */ +const unsigned long __fpscr_values[2] = { 0, 0x80000 }; |