aboutsummaryrefslogtreecommitdiff
path: root/libitm
diff options
context:
space:
mode:
Diffstat (limited to 'libitm')
-rw-r--r--libitm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog
index cffd7e1..95b0d7d 100644
--- a/libitm/ChangeLog
+++ b/libitm/ChangeLog
@@ -1,3 +1,9 @@
+2021-11-26 Iain Sandoe <iain@sandoe.co.uk>
+
+ * eh_cpp.cc (GTM::gtm_thread::init_cpp_exceptions): If the
+ target does not support HAVE_ELF_STYLE_WEAKREF then do not
+ try to test the __cxa_get_globals against NULL.
+
2021-06-17 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/91488