aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2016-02-08 22:25:30 -0500
committerSandra Loosemore <sandra@gcc.gnu.org>2016-02-08 22:25:30 -0500
commit806a4ad8fef1c2a1b3a068ac64a0573a4467e87c (patch)
tree1163d6c08f3de61a9dce461055ecedea27d2461f
parentcc240aa7d1b5fa87ca507f69a5df81a63cda2ce3 (diff)
downloadgcc-806a4ad8fef1c2a1b3a068ac64a0573a4467e87c.zip
gcc-806a4ad8fef1c2a1b3a068ac64a0573a4467e87c.tar.gz
gcc-806a4ad8fef1c2a1b3a068ac64a0573a4467e87c.tar.bz2
re PR other/69722 (gcc/doc/extend.texi:7526: warning: node `Constraints' is next for `Extended Asm' in menu but not in sectioning)
2016-02-08 Sandra Loosemore <sandra@codesourcery.com> PR other/69722 gcc/ * doc/extend.texi (Flag Output Operands): Correct sectioning. Minor copy-edit to fix verb tenses. From-SVN: r233236
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/extend.texi6
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 08edb44..c82167b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-08 Sandra Loosemore <sandra@codesourcery.com>
+
+ PR other/69722
+ * doc/extend.texi (Flag Output Operands): Correct sectioning.
+ Minor copy-edit to fix verb tenses.
+
2016-02-08 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/69209
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e68c1ee..0da5a16 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