Re: PATCH to libstdc++ to use __cxa_thread_atexit_impl if available

2013-02-25 Thread Jason Merrill
On 01/19/2013 12:22 PM, Jason Merrill wrote: I think I'll hold off checking this in until Siddhesh's patch goes into glibc. It's in now, so I'm going to go ahead and check in my patch.

Re: PATCH to libstdc++ to use __cxa_thread_atexit_impl if available

2013-01-22 Thread Siddhesh Poyarekar
Cc'ing Carlos on this so that he's aware of it. Siddhesh Jakub Jelinek ja...@redhat.com wrote: On Sat, Jan 19, 2013 at 12:22:23PM -0500, Jason Merrill wrote: Siddhesh has a patch to implement the thread atexit functionality in glibc in order to integrate better with the dynamic loader and run

Re: PATCH to libstdc++ to use __cxa_thread_atexit_impl if available

2013-01-22 Thread Carlos O'Donell
On 01/22/2013 07:24 PM, Siddhesh Poyarekar wrote: Cc'ing Carlos on this so that he's aware of it. Siddhesh Jakub Jelinek ja...@redhat.com wrote: On Sat, Jan 19, 2013 at 12:22:23PM -0500, Jason Merrill wrote: Siddhesh has a patch to implement the thread atexit functionality in glibc in

Re: PATCH to libstdc++ to use __cxa_thread_atexit_impl if available

2013-01-21 Thread Jakub Jelinek
On Sat, Jan 19, 2013 at 12:22:23PM -0500, Jason Merrill wrote: Siddhesh has a patch to implement the thread atexit functionality in glibc in order to integrate better with the dynamic loader and run the cleanups in the correct order. Once it's available there, this patch will make the copy in