]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/defaults.h
Remove no-longer-needed fp-bit target macros.
[thirdparty/gcc.git] / gcc / defaults.h
index 1a9950dd4f6eee60c0ba8f4f07e844142dfe7edc..c1776b05690537424cdfdd6e35a45577cf707713 100644 (file)
@@ -926,14 +926,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #define PREFERRED_DEBUGGING_TYPE NO_DEBUG
 #endif
 
-#ifndef LARGEST_EXPONENT_IS_NORMAL
-#define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0
-#endif
-
-#ifndef ROUND_TOWARDS_ZERO
-#define ROUND_TOWARDS_ZERO 0
-#endif
-
 #ifndef FLOAT_LIB_COMPARE_RETURNS_BOOL
 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) false
 #endif