rs6000.h (RS6000_BTM_COMMON): Add the RS6000_BTM_MODULO flag into the set of flags...
authorKelvin Nilsen <kelvin@gcc.gnu.org>
Mon, 13 Jun 2016 18:30:40 +0000 (18:30 +0000)
committerKelvin Nilsen <kelvin@gcc.gnu.org>
Mon, 13 Jun 2016 18:30:40 +0000 (18:30 +0000)
gcc/ChangeLog:

2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>

* config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
RS6000_BTM_MODULO flag into the set of flags that are considered
to be part of the common configuration.

From-SVN: r237391

gcc/ChangeLog
gcc/config/rs6000/rs6000.h

index 541c76ad076f6001f02b6bbbce5b11b38c25d79d..822e36f78160b06ae683d6214a312a91173f9ab4 100644 (file)
@@ -1,3 +1,9 @@
+2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
+
+       * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
+       RS6000_BTM_MODULO flag into the set of flags that are considered
+       to be part of the common configuration.
+
 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
 
        * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
index 5f5510a6146788cd79d794dab4559214e9725e3d..e1f01732074413eddd7f9c62850b75298ac87596 100644 (file)
@@ -2694,6 +2694,7 @@ extern int frame_pointer_needed;
                                 | RS6000_BTM_VSX                       \
                                 | RS6000_BTM_P8_VECTOR                 \
                                 | RS6000_BTM_P9_VECTOR                 \
+                                | RS6000_BTM_MODULO                    \
                                 | RS6000_BTM_CRYPTO                    \
                                 | RS6000_BTM_FRE                       \
                                 | RS6000_BTM_FRES                      \