This is to remove macros {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE defines in frv port.
gcc/ChangeLog: * config/frv/frv.h (FLOAT_TYPE_SIZE): Remove. (DOUBLE_TYPE_SIZE): Likewise. (LONG_DOUBLE_TYPE_SIZE): Likewise. --- gcc/config/frv/frv.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 60225ee8230..b16103afff5 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -366,9 +366,6 @@ #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 /* An expression whose value is 1 or 0, according to whether the type `char' should be signed or unsigned by default. The user can always override this -- 2.43.0