common.opt (-fcommon): Fix description.

2019-10-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * common.opt (-fcommon): Fix description.

From-SVN: r277217
This commit is contained in:
Bernd Edlinger 2019-10-20 21:29:27 +00:00 committed by Bernd Edlinger
parent 51085ca569
commit df73e9715a
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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