mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
m68k: Avoid implicit function declaration in libgcc
libgcc/ * config/m68k/fpgnulib.c (__cmpdf2): Declare.
This commit is contained in:
parent
badb798f5e
commit
bdbca405e1
@ -395,6 +395,7 @@ double __extendsfdf2 (float);
|
||||
float __truncdfsf2 (double);
|
||||
long __fixdfsi (double);
|
||||
long __fixsfsi (float);
|
||||
int __cmpdf2 (double, double);
|
||||
|
||||
int
|
||||
__unordxf2(long double a, long double b)
|
||||
|
Loading…
Reference in New Issue
Block a user