From 532ac1c1e7cfc404bbe728f1265e254104a43fcd Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Thu, 23 Apr 2015 18:07:02 +0000 Subject: [PATCH] rs6000.opt (mcrypto): Change option description to match category changes in ISA 2.07B. 2015-04-23 Bill Schmidt * config/rs6000/rs6000.opt (mcrypto): Change option description to match category changes in ISA 2.07B. From-SVN: r222381 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/rs6000.opt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5bc370b161d..c6e97ebd10f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-04-23 Bill Schmidt + + * config/rs6000/rs6000.opt (mcrypto): Change option description to + match category changes in ISA 2.07B. + 2015-04-23 Kyrylo Tkachov * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt index 989422d186e..b92378f677b 100644 --- a/gcc/config/rs6000/rs6000.opt +++ b/gcc/config/rs6000/rs6000.opt @@ -563,7 +563,7 @@ Use/do not use vector and scalar instructions added in ISA 2.07. 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) -- 2.30.2