This is to remove macros {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
defines in fr30 port.

gcc/ChangeLog:

        * config/fr30/fr30.h (FLOAT_TYPE_SIZE): Remove.
        (DOUBLE_TYPE_SIZE): Likewise.
        (LONG_DOUBLE_TYPE_SIZE): Likewise.
---
 gcc/config/fr30/fr30.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h
index 2a2674ca29e..19020fbbd36 100644
--- a/gcc/config/fr30/fr30.h
+++ b/gcc/config/fr30/fr30.h
@@ -99,9 +99,6 @@ along with GCC; see the file COPYING3.  If not see
 #define INT_TYPE_SIZE          32
 #define LONG_TYPE_SIZE                 32
 #define LONG_LONG_TYPE_SIZE    64
-#define FLOAT_TYPE_SIZE        32
-#define DOUBLE_TYPE_SIZE       64
-#define LONG_DOUBLE_TYPE_SIZE  64
 
 #define DEFAULT_SIGNED_CHAR 1
 
-- 
2.43.0

Reply via email to