On Tue, 14 Oct 2008, Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
>>
>>> This affects *all* boards and should therefore be implemented for
>>> *all* boards, not only for 85xx.
>>
>> The other board's linker scripts are somewhat different. Maybe someone who
>> maintains them
Dear Trent,
In message <[EMAIL PROTECTED]> you wrote:
>
> > This affects *all* boards and should therefore be implemented for
> > *all* boards, not only for 85xx.
>
> The other board's linker scripts are somewhat different. Maybe someone who
> maintains them and knows them better should do i
On Tue, 14 Oct 2008, Wolfgang Denk wrote:
> Dear Trent Piepho,
>
> In message <[EMAIL PROTECTED]> you wrote:
>> A recent gcc added a new unaligned rodata section called '.rodata.str1.1'
>> and that needs to be added the the linker script.
>>
>> Rather than just add that one section, instead use '*(
Dear Trent Piepho,
In message <[EMAIL PROTECTED]> you wrote:
> A recent gcc added a new unaligned rodata section called '.rodata.str1.1'
> and that needs to be added the the linker script.
>
> Rather than just add that one section, instead use '*(.rodata*)' to catch
> that section and any future
A recent gcc added a new unaligned rodata section called '.rodata.str1.1'
and that needs to be added the the linker script.
Rather than just add that one section, instead use '*(.rodata*)' to catch
that section and any future rodata sections.
'*(.rodata*)' by itself will result in sub-optimal sec
5 matches
Mail list logo