diff options
Diffstat (limited to 'gcc/config/rs6000/rs6000.h')
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 8ca547ada50..cd8d05df034 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -677,7 +677,6 @@ extern enum rs6000_nop_insertion rs6000_sched_insert_nops; target machine. If you don't define this, the default is one word. */ #define LONG_TYPE_SIZE (TARGET_32BIT ? 32 : 64) -#define MAX_LONG_TYPE_SIZE 64 /* A C expression for the size in bits of the type `long long' on the target machine. If you don't define this, the default is two @@ -699,9 +698,6 @@ extern enum rs6000_nop_insertion rs6000_sched_insert_nops; words. */ #define LONG_DOUBLE_TYPE_SIZE rs6000_long_double_type_size -/* Constant which presents upper bound of the above value. */ -#define MAX_LONG_DOUBLE_TYPE_SIZE 128 - /* Define this to set long double type size to use in libgcc2.c, which can not depend on target_flags. */ #ifdef __LONG_DOUBLE_128__ |