From: Kelvin Nilsen Date: Mon, 13 Jun 2016 18:30:40 +0000 (+0000) Subject: rs6000.h (RS6000_BTM_COMMON): Add the RS6000_BTM_MODULO flag into the set of flags... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=402e60c546c9ebb61fa0e2ce988becb5db32939f;p=gcc.git rs6000.h (RS6000_BTM_COMMON): Add the RS6000_BTM_MODULO flag into the set of flags that are considered to be... gcc/ChangeLog: 2016-06-13 Kelvin Nilsen * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 541c76ad076..822e36f7816 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-06-13 Kelvin Nilsen + + * 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 * config/rs6000/altivec.h (vec_absd): New macro for vector absolute diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 5f5510a6146..e1f01732074 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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 \