Re: [U-Boot] [PATCH 3/4] Improve mpc85xx link script rodata section

2008-10-16 Thread Trent Piepho
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

Re: [U-Boot] [PATCH 3/4] Improve mpc85xx link script rodata section

2008-10-14 Thread Wolfgang Denk
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

Re: [U-Boot] [PATCH 3/4] Improve mpc85xx link script rodata section

2008-10-14 Thread Trent Piepho
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 '*(

Re: [U-Boot] [PATCH 3/4] Improve mpc85xx link script rodata section

2008-10-14 Thread Wolfgang Denk
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

[U-Boot] [PATCH 3/4] Improve mpc85xx link script rodata section

2008-10-13 Thread Trent Piepho
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