bpabi.c (__gnu_uldivmod_helper): Remove.
[gcc.git] / libgcc / config / frv / modi.c
1 int __modi (int a, int b)
2 {
3 return a % b;
4 }