diff mbox

[Doc] Move paragraph about multiple attributes

Message ID E0EFABED-3711-4887-9762-8FEE348734D8@adacore.com
State New
Headers show

Commit Message

Tristan Gingold April 11, 2012, 9:33 a.m. UTC
Hi,

this paragraph is inside the 'i386 type attributes' section, while it isn't target specific.

This patch moves it at the end of the attribute list.  Maybe we should remove it completely
as there is an 'attribute syntax' section.

Ok for trunk ?

Tristan.

2012-04-11  Tristan Gingold  <gingold@adacore.com>

	* doc/extend.texi (Type Attributes): Move paragraph.

index bb43825..c33ec66 100644

Comments

Richard Biener April 11, 2012, 10:03 a.m. UTC | #1
On Wed, Apr 11, 2012 at 11:33 AM, Tristan Gingold <gingold@adacore.com> wrote:
> Hi,
>
> this paragraph is inside the 'i386 type attributes' section, while it isn't target specific.
>
> This patch moves it at the end of the attribute list.  Maybe we should remove it completely
> as there is an 'attribute syntax' section.

I think it's good to have it repeated here.

> Ok for trunk ?

Ok.

Thanks,
Richard.

> Tristan.
>
> 2012-04-11  Tristan Gingold  <gingold@adacore.com>
>
>        * doc/extend.texi (Type Attributes): Move paragraph.
>
> 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
>
>
Tristan Gingold April 11, 2012, 10:39 a.m. UTC | #2
On Apr 11, 2012, at 12:03 PM, Richard Guenther wrote:

> On Wed, Apr 11, 2012 at 11:33 AM, Tristan Gingold <gingold@adacore.com> wrote:
>> Hi,
>> 
>> this paragraph is inside the 'i386 type attributes' section, while it isn't target specific.
>> 
>> This patch moves it at the end of the attribute list.  Maybe we should remove it completely
>> as there is an 'attribute syntax' section.
> 
> I think it's good to have it repeated here.
> 
>> Ok for trunk ?
> 
> Ok.

Thanks, committed.

Tristan.

> 
> Thanks,
> Richard.
> 
>> Tristan.
>> 
>> 2012-04-11  Tristan Gingold  <gingold@adacore.com>
>> 
>>        * doc/extend.texi (Type Attributes): Move paragraph.
>> 
>> 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
>> 
>>
diff mbox

Patch

--- 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