Re: [5 PATCH] powerpc/motorola_power: Place any common data in the .bss section

2021-02-27 Thread Chris Johns
On 28/2/21 3:15 am, Joel Sherrill wrote: > Looks good. Great. The patch has been independently tested. I will push a similar change to master without a review. I think it is safe to do that. Chris > > On Fri, Feb 26, 2021, 5:59 PM mailto:chr...@rtems.org>> > wrote: > > From: Chris Johns m

Re: [5 PATCH] powerpc/motorola_power: Place any common data in the .bss section

2021-02-27 Thread Joel Sherrill
Looks good. On Fri, Feb 26, 2021, 5:59 PM wrote: > From: Chris Johns > > - It seems the compiler how defaults to -fcommon and this means > some uninitialised data is ignored. > > Closes #4266 > --- > bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds | 8 +++- > 1 file changed, 7 inser

[5 PATCH] powerpc/motorola_power: Place any common data in the .bss section

2021-02-26 Thread chrisj
From: Chris Johns - It seems the compiler how defaults to -fcommon and this means some uninitialised data is ignored. Closes #4266 --- bsps/powerpc/motorola_powerpc/bootloader/ppcboot.lds | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bsps/powerpc/motorola_powerpc/