bpabi.c (__gnu_uldivmod_helper): Remove.
[gcc.git] / libgcc / config / frv / uitof.c
1 float __uitof (unsigned int a)
2 {
3 return a;
4 }