Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-09 Thread Sebastian Huber
On 09/06/2022 15:58, Joel Sherrill wrote: On Thu, Jun 9, 2022 at 2:12 AM Chris Johns > wrote: On 9/6/2022 4:16 pm, Sebastian Huber wrote: > On 08/06/2022 16:18, Sebastian Huber wrote: >> On 08/06/2022 16:11, Joel Sherrill wrote: >>> On Wed, Jun 8,

Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-09 Thread Joel Sherrill
On Thu, Jun 9, 2022 at 2:12 AM Chris Johns wrote: > On 9/6/2022 4:16 pm, Sebastian Huber wrote: > > On 08/06/2022 16:18, Sebastian Huber wrote: > >> On 08/06/2022 16:11, Joel Sherrill wrote: > >>> On Wed, Jun 8, 2022 at 8:47 AM Sebastian Huber > >>> >>>

Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-09 Thread Chris Johns
On 9/6/2022 4:16 pm, Sebastian Huber wrote: > On 08/06/2022 16:18, Sebastian Huber wrote: >> On 08/06/2022 16:11, Joel Sherrill wrote: >>> On Wed, Jun 8, 2022 at 8:47 AM Sebastian Huber >>> >> > wrote: >>> >>>     On 08/06/2022 15:39, Joel Sherrill wrote:

Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-08 Thread Sebastian Huber
On 08/06/2022 16:18, Sebastian Huber wrote: On 08/06/2022 16:11, Joel Sherrill wrote: On Wed, Jun 8, 2022 at 8:47 AM Sebastian Huber > wrote:     On 08/06/2022 15:39, Joel Sherrill wrote: > Is TLS actually supported on all targets except MIPS?

Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-08 Thread Chris Johns
On 9/6/2022 12:18 am, Sebastian Huber wrote: > On 08/06/2022 16:11, Joel Sherrill wrote: >> On Wed, Jun 8, 2022 at 8:47 AM Sebastian Huber >> > > wrote: >> If we are to maintain a thread safe C Library, then we have to be >> sure TLS is always supported or

Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-08 Thread Sebastian Huber
On 08/06/2022 16:11, Joel Sherrill wrote: On Wed, Jun 8, 2022 at 8:47 AM Sebastian Huber > wrote: On 08/06/2022 15:39, Joel Sherrill wrote: > Is TLS actually supported on all targets except MIPS? I only added MIPS since this target has

Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-08 Thread Joel Sherrill
On Wed, Jun 8, 2022 at 8:47 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 08/06/2022 15:39, Joel Sherrill wrote: > > Is TLS actually supported on all targets except MIPS? > > I only added MIPS since this target has a fundamental issue with the TLS > support. > > Which target

Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-08 Thread Sebastian Huber
On 08/06/2022 15:39, Joel Sherrill wrote: Is TLS actually supported on all targets except MIPS? I only added MIPS since this target has a fundamental issue with the TLS support. Which target would you also exclude? -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Ge

Re: [gcc] Enable TLS support for RTEMS in libstdc++

2022-06-08 Thread Joel Sherrill
Is TLS actually supported on all targets except MIPS? --joel On Wed, Jun 8, 2022 at 1:51 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > libstdc++-v3/ChangeLog: > > * crossconfig.m4 (*-rtems*): Enable TLS support for all RTEMS > targets > except mips. > --- > l

[gcc] Enable TLS support for RTEMS in libstdc++

2022-06-07 Thread Sebastian Huber
libstdc++-v3/ChangeLog: * crossconfig.m4 (*-rtems*): Enable TLS support for all RTEMS targets except mips. --- libstdc++-v3/crossconfig.m4 | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libstdc++-v3/crossconfig.m4 b/libstdc++-v3/crossconfig.m4 index ae5283b7ad3..732f68