]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/frv/uitod.c
Move libgcc1 to toplevel libgcc
[thirdparty/gcc.git] / gcc / config / frv / uitod.c
1 double __uitod (unsigned int a)
2 {
3 return a;
4 }