Commit b7f016cb by Marek Polacek Committed by Marek Polacek

* doc/extend.texi: Use @pxref instead of @xref.

From-SVN: r223530
parent 9dbe0d83
2015-05-22 Marek Polacek <polacek@redhat.com>
* doc/extend.texi: Use @pxref instead of @xref.
2015-05-22 hiraditya <hiraditya@msn.com> 2015-05-22 hiraditya <hiraditya@msn.com>
* gimple.h (gimple_expr_type): Refactor to make it concise. Remove * gimple.h (gimple_expr_type): Refactor to make it concise. Remove
......
...@@ -6304,7 +6304,7 @@ compilers to match the native Microsoft compiler. ...@@ -6304,7 +6304,7 @@ compilers to match the native Microsoft compiler.
GCC allows attributes to be set on C labels. @xref{Attribute Syntax}, for GCC allows attributes to be set on C labels. @xref{Attribute Syntax}, for
details of the exact syntax for using attributes. Other attributes are details of the exact syntax for using attributes. Other attributes are
available for functions (@pxref{Function Attributes}), variables 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}). and for types (@pxref{Type Attributes}).
This example uses the @code{cold} label attribute to indicate the This example uses the @code{cold} label attribute to indicate the
...@@ -6358,7 +6358,7 @@ with computed goto or @code{asm goto}. ...@@ -6358,7 +6358,7 @@ with computed goto or @code{asm goto}.
GCC allows attributes to be set on enumerators. @xref{Attribute Syntax}, for GCC allows attributes to be set on enumerators. @xref{Attribute Syntax}, for
details of the exact syntax for using attributes. Other attributes are details of the exact syntax for using attributes. Other attributes are
available for functions (@pxref{Function Attributes}), variables 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}). and for types (@pxref{Type Attributes}).
This example uses the @code{deprecated} enumerator attribute to indicate the This example uses the @code{deprecated} enumerator attribute to indicate the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment