From b7f016cb2285820e277eaeab3ae6193f4d95b15b Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Fri, 22 May 2015 09:27:35 +0000 Subject: [PATCH] * doc/extend.texi: Use @pxref instead of @xref. From-SVN: r223530 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 108fdda8a5f..20733848827 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-05-22 Marek Polacek + + * doc/extend.texi: Use @pxref instead of @xref. + 2015-05-22 hiraditya * gimple.h (gimple_expr_type): Refactor to make it concise. Remove diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 55391992a35..6c51bc492a2 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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 -- 2.30.2