Re: [PATCH] libdl: Add support to import base image TLS symbols

2023-08-16 Thread Chris Johns
Thanks for the detailed review. It is so nice to have this happen. I will post v2 soon. On 17/8/2023 6:55 am, Gedare Bloom wrote: > On Mon, Aug 14, 2023 at 10:05 PM wrote: >> >> From: Chris Johns >> >> This change requires an rtems-tools update for symbol generation. >> >> Working architectures

Re: [PATCH] libdl: Add support to import base image TLS symbols

2023-08-16 Thread Gedare Bloom
On Mon, Aug 14, 2023 at 10:05 PM wrote: > > From: Chris Johns > > This change requires an rtems-tools update for symbol generation. > > Working architectures: > - aarch64 > - arm > - powerpc > - sparc > > Updates #4920 > --- > cpukit/include/rtems/rtl/rtl-sym.h | 23 - > cpukit/include/

[PATCH] libdl: Add support to import base image TLS symbols

2023-08-14 Thread chrisj
From: Chris Johns This change requires an rtems-tools update for symbol generation. Working architectures: - aarch64 - arm - powerpc - sparc Updates #4920 --- cpukit/include/rtems/rtl/rtl-sym.h | 23 - cpukit/include/rtems/rtl/rtl.h | 6 +- cpukit/libdl/rtl-elf.c |