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