summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/linuxspe.h
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-14 19:49:34 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-14 19:49:34 +0000
commit354827e5333be0fdaf33d093f429e8d1415b8f90 (patch)
tree83879e3b08938947ffe10b507adda4454e793824 /gcc/config/rs6000/linuxspe.h
parentb3c5ca3ecde15d6272bfe330ef86366bd621427c (diff)
downloadgcc-354827e5333be0fdaf33d093f429e8d1415b8f90.tar.gz
* config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS),
config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow -m64. testsuite: * gcc.dg/ppc-spe64-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89048 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/linuxspe.h')
-rw-r--r--gcc/config/rs6000/linuxspe.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/rs6000/linuxspe.h b/gcc/config/rs6000/linuxspe.h
index 59eb8316f04..91ad950256e 100644
--- a/gcc/config/rs6000/linuxspe.h
+++ b/gcc/config/rs6000/linuxspe.h
@@ -53,7 +53,9 @@
if (rs6000_spe_string == NULL) \
rs6000_spe = 1; \
if (rs6000_isel_string == NULL) \
- rs6000_isel = 1
+ rs6000_isel = 1; \
+ if (target_flags & MASK_64BIT) \
+ error ("-m64 not supported in this configuration")
/* The e500 ABI says that either long doubles are 128 bits, or if
implemented in any other size, the compiler/linker should error out.