From: Uros Bizjak Date: Tue, 5 May 2015 17:36:40 +0000 (+0200) Subject: extend.texi (C Extensions): Update menu for moved Variable Attributes and Type Attrib... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3836ac7c331050381a0162a3725f6f1d02dae8ae;p=gcc.git extend.texi (C Extensions): Update menu for moved Variable Attributes and Type Attributes sections. * doc/extend.texi (C Extensions): Update menu for moved Variable Attributes and Type Attributes sections. From-SVN: r222819 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0398a8433e6..07944aae2ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-05-05 Uros Bizjak + + * doc/extend.texi (C Extensions): Update menu for moved Variable + Attributes and Type Attributes sections. + 2015-05-05 Uros Bizjak PR target/65990 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a5047959113..c2900596459 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -56,14 +56,14 @@ extensions, accepted by GCC in C90 mode and in C++. * Mixed Declarations:: Mixing declarations and code. * Function Attributes:: Declaring that functions have no side effects, or that they can never return. +* Variable Attributes:: Specifying attributes of variables. +* Type Attributes:: Specifying attributes of types. * Label Attributes:: Specifying attributes on labels. * Attribute Syntax:: Formal syntax for attributes. * Function Prototypes:: Prototype declarations and old-style definitions. * C++ Comments:: C++ comments are recognized. * Dollar Signs:: Dollar sign is allowed in identifiers. * Character Escapes:: @samp{\e} stands for the character @key{ESC}. -* Variable Attributes:: Specifying attributes of variables. -* Type Attributes:: Specifying attributes of types. * Alignment:: Inquiring about the alignment of a type or variable. * Inline:: Defining inline functions (as fast as macros). * Volatiles:: What constitutes an access to a volatile object.