]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR middle-end/42726 (-fno-common documentation inaccuracy)
authorSandra Loosemore <sandra@codesourcery.com>
Thu, 8 Nov 2018 03:37:32 +0000 (22:37 -0500)
committerSandra Loosemore <sandra@gcc.gnu.org>
Thu, 8 Nov 2018 03:37:32 +0000 (22:37 -0500)
2018-11-07  Sandra Loosemore  <sandra@codesourcery.com>

PR middle-end/42726

gcc/
* doc/invoke.texi (Code Gen Options): Clarify -fno-common behavior.

From-SVN: r265906

gcc/ChangeLog
gcc/doc/invoke.texi

index a85868c06cd9a5dbbdf234a95edb4c66abae9364..decc5a0f228f1ee171f7fe142d531b5307067e1a 100644 (file)
@@ -1,3 +1,8 @@
+2018-11-07  Sandra Loosemore  <sandra@codesourcery.com>
+
+       PR middle-end/42726
+       * doc/invoke.texi (Code Gen Options): Clarify -fno-common behavior.
+
 2018-11-07  Sandra Loosemore  <sandra@codesourcery.com>
 
        * doc/invoke.texi: Remove leading dash from @opindex entries
index e455b91bc75f172d1dbb5ab1f6c30d112b8da48f..849bb76dc25d7dab92361d16b89b4741a4654f73 100644 (file)
@@ -13294,7 +13294,7 @@ C, and on some targets may carry a speed or code size penalty on
 variable references.
 
 The @option{-fno-common} option specifies that the compiler should instead
-place uninitialized global variables in the data section of the object file.
+place uninitialized global variables in the BSS section of the object file.
 This inhibits the merging of tentative definitions by the linker so
 you get a multiple-definition error if the same 
 variable is defined in more than one compilation unit.