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

[PATCH] RTEMS: Use function and data sections

2018-10-11 Thread Sebastian Huber
Signed-off-by: Sebastian Huber --- newlib/configure.host | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/configure.host b/newlib/configure.host index 9e809c9a8..27bce36a1 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -637,6 +637,7 @@ case "${host}" in *-*-rtems*)