Re: [PATCH] score: Fix _ISR_Stack_area_end

2020-04-03 Thread Gedare Bloom
push it On Fri, Apr 3, 2020 at 1:53 AM Sebastian Huber wrote: > > The _ISR_Stack_area_begin and _ISR_Stack_area_end symbols are in > different sections. They must have the same alignment, otherwise the > following linker directive could separate them: > > *(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rt

[PATCH] score: Fix _ISR_Stack_area_end

2020-04-03 Thread Sebastian Huber
The _ISR_Stack_area_begin and _ISR_Stack_area_end symbols are in different sections. They must have the same alignment, otherwise the following linker directive could separate them: *(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rtemsstack*))) Update #3799. --- cpukit/Makefile.am |