Re: [PATCH] RTEMS: Use __cxa_atexit by default for RTEMS

2013-07-31 Thread Joel Sherrill
This is now committed. Please double check me, Sebastian. --joel On 7/31/2013 2:02 AM, Sebastian Huber wrote: Ping. On 2013-07-08 15:29, Sebastian Huber wrote: The __cxa_atexit support is a reqirement for destructor registration of thread-local objects. For *-*-elf it is already enabled by

Re: [PATCH] RTEMS: Use __cxa_atexit by default for RTEMS

2013-07-31 Thread Sebastian Huber
Ping. On 2013-07-08 15:29, Sebastian Huber wrote: The __cxa_atexit support is a reqirement for destructor registration of thread-local objects. For *-*-elf it is already enabled by default. See comment line 810 in "gcc/config.gcc". Define TARGET_LIBGCC_SDATA_SECTION on PowerPC for RTEMS to ".

[PATCH] RTEMS: Use __cxa_atexit by default for RTEMS

2013-07-08 Thread Sebastian Huber
The __cxa_atexit support is a reqirement for destructor registration of thread-local objects. For *-*-elf it is already enabled by default. See comment line 810 in "gcc/config.gcc". Define TARGET_LIBGCC_SDATA_SECTION on PowerPC for RTEMS to ".sdata" to place the __dso_handle. The __dso_handle i