Re: [5 PATCH] powerpc/motorola_power: Link all text sections into the executable image

2021-02-24 Thread Chris Johns
On 25/2/21 3:33 am, Gedare Bloom wrote: > On Tue, Feb 23, 2021 at 11:07 PM wrote: >> >> From: Chris Johns >> >> - The change to building all code with code and data sections means >> we have a section per function. Make sure all functions are >> placed in the text section. >> >> Closes #4266

Re: [5 PATCH] powerpc/motorola_power: Link all text sections into the executable image

2021-02-24 Thread Gedare Bloom
On Tue, Feb 23, 2021 at 11:07 PM wrote: > > From: Chris Johns > > - The change to building all code with code and data sections means > we have a section per function. Make sure all functions are > placed in the text section. > > Closes #4266 > --- > bsps/powerpc/motorola_powerpc/bootloader/

[5 PATCH] powerpc/motorola_power: Link all text sections into the executable image

2021-02-23 Thread chrisj
From: Chris Johns - The change to building all code with code and data sections means we have a section per function. Make sure all functions are placed in the text section. Closes #4266 --- bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds | 2 +- 1 file changed, 1 insertion(+), 1 delet