diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2019-10-20 21:29:27 +0000 |
---|---|---|
committer | Bernd Edlinger <edlinger@gcc.gnu.org> | 2019-10-20 21:29:27 +0000 |
commit | df73e9715abe3a59c62ec3dfa4ffb36230f186c1 (patch) | |
tree | e4afdb5237d4f1873dc1e77ae2f1927ac1358401 /gcc | |
parent | 51085ca56935bae64d32a7783b250c7f970fa9b1 (diff) | |
download | gcc-df73e9715abe3a59c62ec3dfa4ffb36230f186c1.zip gcc-df73e9715abe3a59c62ec3dfa4ffb36230f186c1.tar.gz gcc-df73e9715abe3a59c62ec3dfa4ffb36230f186c1.tar.bz2 |
common.opt (-fcommon): Fix description.
2019-10-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
* common.opt (-fcommon): Fix description.
From-SVN: r277217
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/common.opt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b9a57b..a68d0fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-10-20 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * common.opt (-fcommon): Fix description. + 2019-10-20 Jakub Jelinek <jakub@redhat.com> * config/i386/i386-protos.h (ix86_pre_reload_split): Declare. diff --git a/gcc/common.opt b/gcc/common.opt index 859c0f9..cc279f4 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1132,7 +1132,7 @@ Looks for opportunities to reduce stack adjustments and stack references. fcommon Common Report Var(flag_no_common,0) -Do not put uninitialized globals in the common section. +Put uninitialized globals in the common section. fcompare-debug Driver |