CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/05 06:45:31
Modified files:
lib/libc : Symbols.list shlib_version
lib/libc/include: thread_private.h
lib/libc/stdlib: atexit.c atexit.h
lib/libc/thread: rthread.c
Log message:
Implement __cxa_thread_atexit to support C++11 thread_local scope. The
interface is also made available as __cxa_thread_atexit_impl to satisfy the
needs of GNU libstdc++.
ok guenther@, millert@
