Re: [PATCH] RTEMS: Use function and data sections

2018-10-11 Thread Sebastian Huber
On 11/10/2018 18:43, Joel Sherrill wrote: On Thu, Oct 11, 2018 at 11:09 AM Gedare Bloom > wrote: hi Sebastian, generally I'm ok, but what toolchains did you test this change for? does this work for BSPs that have not yet been modified themselves to u

Re: [PATCH] RTEMS: Use function and data sections

2018-10-11 Thread Joel Sherrill
On Thu, Oct 11, 2018 at 11:09 AM Gedare Bloom wrote: > hi Sebastian, > > generally I'm ok, but what toolchains did you test this change for? > > does this work for BSPs that have not yet been modified themselves to > use function/data sections and to have the KEEP() directives? > You can check t

Re: [PATCH] RTEMS: Use function and data sections

2018-10-11 Thread Gedare Bloom
hi Sebastian, generally I'm ok, but what toolchains did you test this change for? does this work for BSPs that have not yet been modified themselves to use function/data sections and to have the KEEP() directives? On Thu, Oct 11, 2018 at 4:22 AM, Sebastian Huber wrote: > Signed-off-by: Sebas