On Sun, Nov 19, 2017 at 10:04:45PM +0100, Mark Kettenis wrote: > Here is an update diff that implements __cxa_thread_atexit which is > emitted by clang (and modern gcc) to implement certain aspects of > C++11 thread_local.
Note that without providing __cxa_thread_atexit, gcc will not detect it and try to provide its own. Joerg
