v2 libdl support for base image TLS variables

2023-08-16 Thread chrisj
These patches add support to rtems.git and rtems-tools.git to provide access to TLS variables in the base from loaded code. The changes contain the ground work to resolving #4920 which is a blocker for the release of 6. This change is required due to the regression in libdl due to the change in

Re: libdl support for base image TLS variables

2023-08-16 Thread Chris Johns
On 17/8/2023 11:57 am, Joel Sherrill wrote: > On Wed, Aug 16, 2023, 8:30 PM Chris Johns > wrote: > > On 17/8/2023 6:34 am, Gedare Bloom wrote: > > On Mon, Aug 14, 2023 at 10:05 PM > wrote: > >> > >> These patches add support t

Re: libdl support for base image TLS variables

2023-08-16 Thread Joel Sherrill
On Wed, Aug 16, 2023, 8:30 PM Chris Johns wrote: > On 17/8/2023 6:34 am, Gedare Bloom wrote: > > On Mon, Aug 14, 2023 at 10:05 PM wrote: > >> > >> These patches add support to rtems.git and rtems-tools.git to > >> provide access to TLS variables in the base from loaded code. > >> The changes con

Re: libdl support for base image TLS variables

2023-08-16 Thread Chris Johns
On 17/8/2023 6:34 am, Gedare Bloom wrote: > On Mon, Aug 14, 2023 at 10:05 PM wrote: >> >> These patches add support to rtems.git and rtems-tools.git to >> provide access to TLS variables in the base from loaded code. >> The changes contain the ground work to resolving #4920 which is >> a blocker f

Re: libdl support for base image TLS variables

2023-08-16 Thread Gedare Bloom
On Mon, Aug 14, 2023 at 10:05 PM wrote: > > These patches add support to rtems.git and rtems-tools.git to > provide access to TLS variables in the base from loaded code. > The changes contain the ground work to resolving #4920 which is > a blocker for the release of 6. > > This change is required

libdl support for base image TLS variables

2023-08-14 Thread chrisj
These patches add support to rtems.git and rtems-tools.git to provide access to TLS variables in the base from loaded code. The changes contain the ground work to resolving #4920 which is a blocker for the release of 6. This change is required due to the regression in libdl due to the change in