Commit d1561b09 by Patrick Oppenlander Committed by David Edelsohn

* config/rs6000/t-spe (MULTILIB_EXCEPTIONS): Allow isel without SPE.

From-SVN: r215438
parent b8bb6156
2014-09-21 Patrick Oppenlander <pattyo.lists@gmail.com>
* config/rs6000/t-spe (MULTILIB_EXCEPTIONS): Allow isel without SPE.
2014-09-21 Segher Boessenkool <segher@kernel.crashing.org> 2014-09-21 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.md (div<mode>3): Fix comment. Use a different * config/rs6000/rs6000.md (div<mode>3): Fix comment. Use a different
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
# -mcpu=7400 -maltivec -mabi=altivec # -mcpu=7400 -maltivec -mabi=altivec
# -mcpu=7400 -msoft-float # -mcpu=7400 -msoft-float
# -msoft-float # -msoft-float
# -mno-spe -mabi=no-spe
# -mno-spe -mabi=no-spe -mno-isel # -mno-spe -mabi=no-spe -mno-isel
# so we'll need to create exceptions later below. # so we'll need to create exceptions later below.
...@@ -56,7 +57,6 @@ MULTILIB_EXCEPTIONS = maltivec mabi=altivec mno-spe mabi=no-spe mno-isel \ ...@@ -56,7 +57,6 @@ MULTILIB_EXCEPTIONS = maltivec mabi=altivec mno-spe mabi=no-spe mno-isel \
*msoft-float/*mno-spe* \ *msoft-float/*mno-spe* \
*msoft-float/*mabi=no-spe* \ *msoft-float/*mabi=no-spe* \
*msoft-float/*mno-isel* \ *msoft-float/*mno-isel* \
mno-spe/mabi=no-spe \
mno-spe/mno-isel \ mno-spe/mno-isel \
mabi=no-spe/mno-isel \ mabi=no-spe/mno-isel \
mno-isel/mlittle \ mno-isel/mlittle \
...@@ -67,7 +67,6 @@ MULTILIB_EXCEPTIONS = maltivec mabi=altivec mno-spe mabi=no-spe mno-isel \ ...@@ -67,7 +67,6 @@ MULTILIB_EXCEPTIONS = maltivec mabi=altivec mno-spe mabi=no-spe mno-isel \
mcpu=7400/maltivec/mlittle \ mcpu=7400/maltivec/mlittle \
mabi=no-spe/mlittle \ mabi=no-spe/mlittle \
mno-spe/mno-isel/mlittle \ mno-spe/mno-isel/mlittle \
mno-spe/mabi=no-spe/mlittle \
mabi=altivec/mlittle \ mabi=altivec/mlittle \
maltivec/mlittle \ maltivec/mlittle \
maltivec/mabi=altivec/mlittle maltivec/mabi=altivec/mlittle
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment