From a78e5979a92c7985eadad7246740f3874271303f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 17 May 2021 09:59:14 +0200 Subject: nptl: Move __nptl_initial_report_events into ld.so/startup code The initialization of the report_events TCB field is now performed in __tls_init_tp instead of __pthread_initialize_minimal_internal (in libpthread). The events interface is difficult to test because GDB stopped using it in 2015. The td_thr_get_info change to ignore lookup issues is enough to support GDB with this change. Reviewed-by: Adhemerval Zanella --- nptl/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index 1dd3fbc18c..fb3379b788 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -497,6 +497,7 @@ libpthread { ld { GLIBC_PRIVATE { + __nptl_initial_report_events; __nptl_set_robust_list_avail; } } \ No newline at end of file -- cgit 1.4.1