[MIPS] Use -Werror on subdirectories which build cleanly.
[deliverable/linux.git] / arch / mips / math-emu / ieee754.c
index f0a364adbf34d23d38181eea204cc4469135e85b..a93c45dbdefd3577a29d4e9d3b61fb9fcee69f47 100644 (file)
@@ -31,6 +31,8 @@
 
 
 #include "ieee754int.h"
+#include "ieee754sp.h"
+#include "ieee754dp.h"
 
 #define DP_EBIAS       1023
 #define DP_EMIN                (-1022)
 #define SP_EMIN                (-126)
 #define SP_EMAX                127
 
-/* indexed by class */
-const char *const ieee754_cname[] = {
-       "Normal",
-       "Zero",
-       "Denormal",
-       "Infinity",
-       "QNaN",
-       "SNaN",
-};
-
-/* the control status register
-*/
-struct ieee754_csr ieee754_csr;
-
 /* special constants
 */
 
This page took 0.026926 seconds and 5 git commands to generate.