Denis Chertykov schrieb:
> 2011/4/19 Anatoly Sokolov <ae...@post.ru>:
>>
>>>> Please use
>>>> ASM_OUTPUT_ALIGNED_DECL_COMMON and ASM_OUTPUT_ALIGNED_DECL_LOCAL macros
>>>> here.
>>> Confused. These macros are used.
>>>
>>> Johann
>>>
>> Sorry... Im look on function name not on macro definition.
>>
>> I agree with the patch. Please wait day or two if Denis would not object,
>> commit patch.
> 
> Please, commit.
> 
> Denis.

Commited with the following change in avr.c:avr_asm_named_section

+     || 0 == strncmp (name, ".gnu.linkonce.d", 15));

instead of

+     || 0 == strncmp (name, ".gnu.linkonce.", 14));

http://gcc.gnu.org/viewcvs?view=revision&revision=172769

Johann


Reply via email to