From 55e4107b2c70b222b5ceb88d9c0ca68f9699b9ce Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 19 Feb 2013 09:58:05 +0530 Subject: Add NEWS entry for C++11 thread_local support. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 814fe37..783f957 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 -- cgit v1.1