Hi,

The recently released POWER ISA 2.07B replaced Category:Vector.Crypto
with Category:Vector.AES and Category:Vector.SHA2, which outdated the
description of the -mcrypto option.  This patch fixes that.  Verified on
powerpc64le-linux-gnu, committed as obvious.

Thanks,
Bill


2015-04-23  Bill Schmidt  <wschm...@linux.vnet.ibm.com>

        * config/rs6000/rs6000.opt (mcrypto): Change option description to
        match category changes in ISA 2.07B.


Index: gcc/config/rs6000/rs6000.opt
===================================================================
--- gcc/config/rs6000/rs6000.opt        (revision 222372)
+++ gcc/config/rs6000/rs6000.opt        (working copy)
@@ -563,7 +563,7 @@ Use/do not use vector and scalar instructions adde
 
 mcrypto
 Target Report Mask(CRYPTO) Var(rs6000_isa_flags)
-Use ISA 2.07 Category:Vector.Crypto instructions
+Use ISA 2.07 Category:Vector.AES and Category:Vector.SHA2 instructions
 
 mdirect-move
 Target Report Mask(DIRECT_MOVE) Var(rs6000_isa_flags)


Reply via email to