aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2012-04-11 10:32:48 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2012-04-11 10:32:48 +0000
commitada371011e40f98f5d03767f34bb11e3dbf53bab (patch)
tree8e2b63963e9564c6cfa6d1a8308fea103565e80b /gcc
parent9fec00429dd36ea51798afeaf5f6b9c1987b85cd (diff)
downloadgcc-ada371011e40f98f5d03767f34bb11e3dbf53bab.zip
gcc-ada371011e40f98f5d03767f34bb11e3dbf53bab.tar.gz
gcc-ada371011e40f98f5d03767f34bb11e3dbf53bab.tar.bz2
extend.texi (Type Attributes): Move paragraph.
2012-04-11 Tristan Gingold <gingold@adacore.com> * doc/extend.texi (Type Attributes): Move paragraph. From-SVN: r186306
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/extend.texi8
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b4a02dd..9f63cf5 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index bb43825..c33ec66 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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