diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2015-04-23 18:07:02 +0000 |
---|---|---|
committer | William Schmidt <wschmidt@gcc.gnu.org> | 2015-04-23 18:07:02 +0000 |
commit | 532ac1c1e7cfc404bbe728f1265e254104a43fcd (patch) | |
tree | 797eec69907df2d4182a3db78d81f5f0034093c4 /gcc | |
parent | 0b5751c240669d2f37d29d3bcb3fb4afa5220d0f (diff) | |
download | gcc-532ac1c1e7cfc404bbe728f1265e254104a43fcd.zip gcc-532ac1c1e7cfc404bbe728f1265e254104a43fcd.tar.gz gcc-532ac1c1e7cfc404bbe728f1265e254104a43fcd.tar.bz2 |
rs6000.opt (mcrypto): Change option description to match category changes in ISA 2.07B.
2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/rs6000.opt (mcrypto): Change option description to
match category changes in ISA 2.07B.
From-SVN: r222381
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.opt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5bc370b..c6e97eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-04-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com> + + * config/rs6000/rs6000.opt (mcrypto): Change option description to + match category changes in ISA 2.07B. + 2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/arm/iterators.md (GTGE, GTUGEU, COMPARISONS): New code diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt index 989422d..b92378f 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) |