Re: [RTEMS Tools] linkers: Use push/pop section

2024-01-21 Thread Chris Johns
Looks good Thanks Chris On 16/1/2024 5:44 pm, Sebastian Huber wrote: > Restore the previous section, otherwise the generated code may end up in > a wrong section. > --- > linkers/rtems-syms.cpp | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/linkers/rtems-syms.cpp b/l

[RTEMS Tools] linkers: Use push/pop section

2024-01-15 Thread Sebastian Huber
Restore the previous section, otherwise the generated code may end up in a wrong section. --- linkers/rtems-syms.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp index 699c014..ecdcd15 100644 --- a/linkers/rtems-syms.cpp +++