dynamic linker bootstrap overhaul
[musl] / arch / sh / src / __fpscr_values.c
1 #include "libc.h"
2
3 /* used by gcc for switching the FPU between single and double precision */
4 //const unsigned long __fpscr_values[2] ATTR_LIBC_VISIBILITY = { 0, 0x80000 };
5