diff options
Diffstat (limited to 'gcc/config/convex/convex.h')
-rw-r--r-- | gcc/config/convex/convex.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 7ed4e4539d9..d50f60b0fd2 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -1073,9 +1073,8 @@ enum reg_class { #define BRANCH_COST 0 -/* Convex uses VAX or IEEE floats. - Follow the host format. */ -#define TARGET_FLOAT_FORMAT HOST_FLOAT_FORMAT +/* Convex uses VAX or IEEE floats. Default to IEEE. */ +#define TARGET_FLOAT_FORMAT IEEE_FLOAT_FORMAT /* Check a `double' value for validity for a particular machine mode. */ #define CHECK_FLOAT_VALUE(MODE, D, OVERFLOW) \ |