* doc/extend.texi: Use @pxref instead of @xref.
authorMarek Polacek <polacek@redhat.com>
Fri, 22 May 2015 09:27:35 +0000 (09:27 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Fri, 22 May 2015 09:27:35 +0000 (09:27 +0000)
From-SVN: r223530

gcc/ChangeLog
gcc/doc/extend.texi

index 108fdda8a5f5341ee2cc139e3f6c6eac66726569..207338488275297d709352668f929c97e10ddb9a 100644 (file)
@@ -1,3 +1,7 @@
+2015-05-22  Marek Polacek  <polacek@redhat.com>
+
+       * doc/extend.texi: Use @pxref instead of @xref.
+
 2015-05-22  hiraditya  <hiraditya@msn.com>
 
        * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
index 55391992a350870507420e83001dd0c8569cfbac..6c51bc492a2b99942319802f9627ab4ec45c1874 100644 (file)
@@ -6304,7 +6304,7 @@ compilers to match the native Microsoft compiler.
 GCC allows attributes to be set on C labels.  @xref{Attribute Syntax}, for 
 details of the exact syntax for using attributes.  Other attributes are 
 available for functions (@pxref{Function Attributes}), variables 
-(@pxref{Variable Attributes}), enumerators (@xref{Enumerator Attributes}),
+(@pxref{Variable Attributes}), enumerators (@pxref{Enumerator Attributes}),
 and for types (@pxref{Type Attributes}).
 
 This example uses the @code{cold} label attribute to indicate the 
@@ -6358,7 +6358,7 @@ with computed goto or @code{asm goto}.
 GCC allows attributes to be set on enumerators.  @xref{Attribute Syntax}, for
 details of the exact syntax for using attributes.  Other attributes are
 available for functions (@pxref{Function Attributes}), variables
-(@pxref{Variable Attributes}), labels (@xref{Label Attributes}),
+(@pxref{Variable Attributes}), labels (@pxref{Label Attributes}),
 and for types (@pxref{Type Attributes}).
 
 This example uses the @code{deprecated} enumerator attribute to indicate the