mirror of git://gcc.gnu.org/git/gcc.git
extend.texi (Type Attributes): Move paragraph.
2012-04-11 Tristan Gingold <gingold@adacore.com> * doc/extend.texi (Type Attributes): Move paragraph. From-SVN: r186306
This commit is contained in:
parent
9fec00429d
commit
ada371011e
|
@ -1,3 +1,7 @@
|
|||
2012-04-11 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* doc/extend.texi (Type Attributes): Move paragraph.
|
||||
|
||||
2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
|
||||
|
||||
PR 24985
|
||||
|
|
|
@ -5372,6 +5372,10 @@ typeinfo node and exception handling will break.
|
|||
|
||||
@end table
|
||||
|
||||
To specify multiple attributes, separate them by commas within the
|
||||
double parentheses: for example, @samp{__attribute__ ((aligned (16),
|
||||
packed))}.
|
||||
|
||||
@subsection ARM Type Attributes
|
||||
|
||||
On those ARM targets that support @code{dllimport} (such as Symbian
|
||||
|
@ -5427,10 +5431,6 @@ Currently @option{-m[no-]ms-bitfields} is provided for the Microsoft Windows X86
|
|||
compilers to match the native Microsoft compiler.
|
||||
@end table
|
||||
|
||||
To specify multiple attributes, separate them by commas within the
|
||||
double parentheses: for example, @samp{__attribute__ ((aligned (16),
|
||||
packed))}.
|
||||
|
||||
@anchor{PowerPC Type Attributes}
|
||||
@subsection PowerPC Type Attributes
|
||||
|
||||
|
|
Loading…
Reference in New Issue