diff options
Diffstat (limited to 'sysdeps/m68k/fpu')
-rw-r--r-- | sysdeps/m68k/fpu/isinfl.c | 4 | ||||
-rw-r--r-- | sysdeps/m68k/fpu/isnanl.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/isinfl.c b/sysdeps/m68k/fpu/isinfl.c new file mode 100644 index 0000000000..f3eeaa2b30 --- /dev/null +++ b/sysdeps/m68k/fpu/isinfl.c @@ -0,0 +1,4 @@ +#define FUNC __isinfl +#include <isinf.c> + +weak_alias (__isinfl, isinfl) diff --git a/sysdeps/m68k/fpu/isnanl.c b/sysdeps/m68k/fpu/isnanl.c new file mode 100644 index 0000000000..0f48a73fbc --- /dev/null +++ b/sysdeps/m68k/fpu/isnanl.c @@ -0,0 +1,4 @@ +#define FUNC __isnanl +#include <isinf.c> + +weak_alias (__isnanl, isnanl) |