From: sandra Date: Tue, 9 Feb 2016 03:25:30 +0000 (+0000) Subject: 2016-02-08 Sandra Loosemore X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40642c16675c214fa9610d6314d137376de26b90;p=thirdparty%2Fgcc.git 2016-02-08 Sandra Loosemore PR other/69722 gcc/ * doc/extend.texi (Flag Output Operands): Correct sectioning. Minor copy-edit to fix verb tenses. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233236 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 08edb4495dd6..c82167bc94ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2016-02-08 Sandra Loosemore + + PR other/69722 + * doc/extend.texi (Flag Output Operands): Correct sectioning. + Minor copy-edit to fix verb tenses. + 2016-02-08 Jakub Jelinek PR tree-optimization/69209 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e68c1eea12f3..0da5a16ef309 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -8047,7 +8047,7 @@ in a register, you can enable it to choose the best location for @code{d} by specifying both constraints. @anchor{FlagOutputOperands} -@subsection Flag Output Operands +@subsubsection Flag Output Operands @cindex @code{asm} flag output operands Some targets have a special register that holds the ``flags'' for the @@ -8058,8 +8058,8 @@ clobber the contents. On some targets, a special form of output operand exists by which conditions in the flags register may be outputs of the asm. The set of conditions supported are target specific, but the general rule is that -the output variable must be a scalar integer, and the value will be boolean. -When supported, the target will define the preprocessor symbol +the output variable must be a scalar integer, and the value is boolean. +When supported, the target defines the preprocessor symbol @code{__GCC_ASM_FLAG_OUTPUTS__}. Because of the special nature of the flag output operands, the constraint