diff options
author | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-15 12:38:09 +0000 |
---|---|---|
committer | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-01-15 12:38:09 +0000 |
commit | e19c506dffcf0b9098e2f152fd7faf118d9f86ad (patch) | |
tree | 79e2918831a0e5ad0c989ed90f0fb45db28c4c04 /gcc/config | |
parent | 19e8775e4f3c0d1f54b58b085c7e0bc14265e494 (diff) | |
download | gcc-e19c506dffcf0b9098e2f152fd7faf118d9f86ad.tar.gz |
S/390: s390.opt: Add period to -mzvector option text.
gcc/ChangeLog:
2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
* config/s390/s390.opt: Add period to -mzvector option text.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/s390/s390.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/s390/s390.opt b/gcc/config/s390/s390.opt index 11b3bfcc787..0b99873ce4a 100644 --- a/gcc/config/s390/s390.opt +++ b/gcc/config/s390/s390.opt @@ -176,7 +176,7 @@ mvcle use. mzvector Target Report Mask(ZVECTOR) Save Enable the z vector language extension providing the context-sensitive -vector macro and enable the Altivec-style builtins in vecintrin.h +vector macro and enable the Altivec-style builtins in vecintrin.h. mwarn-dynamicstack Target Var(s390_warn_dynamicstack_p) Save |