This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch,AVR]: PR18145: do_copy_data & do_clear_bss only if needed


Denis Chertykov schrieb:
> 2011/4/19 Anatoly Sokolov <aesok@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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]