aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/sysv4.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-02-01 23:21:43 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2006-02-01 23:21:43 +0100
commitca7242fceb36a7dd4bd66fdf785e9cb93037f51e (patch)
tree4f92fcd700f4ebaf6b70e83fc02f198d96f1482e /gcc/config/rs6000/sysv4.h
parent08678f511c3439e279f1d66978a12d324cfbcca1 (diff)
downloadgcc-ca7242fceb36a7dd4bd66fdf785e9cb93037f51e.zip
gcc-ca7242fceb36a7dd4bd66fdf785e9cb93037f51e.tar.gz
gcc-ca7242fceb36a7dd4bd66fdf785e9cb93037f51e.tar.bz2
sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): For -msoft-float -mlong-double-128 only issue a warning...
* config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): For -msoft-float -mlong-double-128 only issue a warning, but don't swich to DFmode long double. From-SVN: r110484
Diffstat (limited to 'gcc/config/rs6000/sysv4.h')
-rw-r--r--gcc/config/rs6000/sysv4.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h
index 2ed454a..3c8462f 100644
--- a/gcc/config/rs6000/sysv4.h
+++ b/gcc/config/rs6000/sysv4.h
@@ -215,12 +215,9 @@ do { \
error ("-msecure-plt not supported by your assembler"); \
} \
\
- if (TARGET_SOFT_FLOAT && TARGET_LONG_DOUBLE_128) \
- { \
- rs6000_long_double_type_size = 64; \
- if (rs6000_explicit_options.long_double) \
- warning (0, "soft-float and long-double-128 are incompatible"); \
- } \
+ if (TARGET_SOFT_FLOAT && TARGET_LONG_DOUBLE_128 \
+ && rs6000_explicit_options.long_double) \
+ warning (0, "-msoft-float and -mlong-double-128 not supported"); \
\
/* Treat -fPIC the same as -mrelocatable. */ \
if (flag_pic > 1 && DEFAULT_ABI != ABI_AIX) \