From df73e9715abe3a59c62ec3dfa4ffb36230f186c1 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sun, 20 Oct 2019 21:29:27 +0000 Subject: [PATCH] common.opt (-fcommon): Fix description. 2019-10-20 Bernd Edlinger * common.opt (-fcommon): Fix description. From-SVN: r277217 --- gcc/ChangeLog | 4 ++++ gcc/common.opt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b9a57bb632..a68d0fc6f00 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-10-20 Bernd Edlinger + + * common.opt (-fcommon): Fix description. + 2019-10-20 Jakub Jelinek * config/i386/i386-protos.h (ix86_pre_reload_split): Declare. diff --git a/gcc/common.opt b/gcc/common.opt index 859c0f9141d..cc279f411d7 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 -- 2.30.2