[PATCH] Fix missing definition for Linker alignment limit

Andy H hutchinsonandy@aim.com
Mon May 12 22:40:00 GMT 2008


Committed.

Will do 4.3 latter.

2008-05-12  Andy Hutchinson  <hutchinsonandy@aim.com>

    * config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.


Anatoly Sokolov wrote:
> Hi.
>
>   
>> 2008-05-11  Andy Hutchinson <hutchinsonandy@aim.com>
>>
>>    * config/avr/avr.h (MAX_OFILE_ALIGNMENT_: Define.
>>
>>     
>
> Change '_' with ')'.
>
>   
>> +/* Maximum alignment permitted by linker */
>> +#define MAX_OFILE_ALIGNMENT (32768 * 8)
>> +
>>     
>
> Comment don't need. This macro documented in "GCC Internals Manual".
>
> Ok, with this changes. If wish, add in the GCC 4.3 also.
>
> Anatoly.
>   



More information about the Gcc-patches mailing list