diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 20:02:55 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-11 20:02:55 +0000 |
commit | 4269e8535352196970285286f1dfc847b09e3173 (patch) | |
tree | da0b9688d10794c9322f4d5ef458b06eb3194cf2 /gcc/config/rs6000/linuxspe.h | |
parent | 62d823d0a5c5053072b8396cf3015a2a92d786b3 (diff) | |
download | gcc-4269e8535352196970285286f1dfc847b09e3173.tar.gz |
2008-06-11 Edmar Wienskoski <edmar@freescale.com>
PR target/36425
* config/rs6000/rs6000.c (rs6000_override_options): Set
rs6000_isel conditionally to the absence of comand line
override.
* config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
Remove duplicate rs6000_isel setting.
* config/rs6000/eabispe.h: Ditto.
testsuite:
2008-06-11 Edmar Wienskoski <edmar@freescale.com>
* gcc.target/powerpc/e500-1.c: New test case to verify
mno-isel option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136681 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/linuxspe.h')
-rw-r--r-- | gcc/config/rs6000/linuxspe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/rs6000/linuxspe.h b/gcc/config/rs6000/linuxspe.h index c526cf8dce4..bcc403e2a3c 100644 --- a/gcc/config/rs6000/linuxspe.h +++ b/gcc/config/rs6000/linuxspe.h @@ -36,8 +36,6 @@ rs6000_float_gprs = 1; \ if (!rs6000_explicit_options.spe) \ rs6000_spe = 1; \ - if (!rs6000_explicit_options.isel) \ - rs6000_isel = 1; \ if (target_flags & MASK_64BIT) \ error ("-m64 not supported in this configuration") |