From: Siddhesh Poyarekar Date: Tue, 19 Feb 2013 04:28:05 +0000 (+0530) Subject: Add NEWS entry for C++11 thread_local support. X-Git-Tag: glibc-2.18~682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55e4107b2c70b222b5ceb88d9c0ca68f9699b9ce;p=thirdparty%2Fglibc.git Add NEWS entry for C++11 thread_local support. --- diff --git a/NEWS b/NEWS index 814fe37f226..783f957746f 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ Version 2.18 14982, 14985, 14994, 14996, 15003, 15006, 15020, 15023, 15036, 15054, 15062, 15078. +* Add support for calling C++11 thread_local object destructors on thread + and program exit. This needs compiler support for offloading C++11 + destructor calls to glibc. + Version 2.17