From aa9a7f629632c9180de89632d4f2c1e6039f7781 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 15 Jun 2021 17:00:29 +0200 Subject: nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop again These were turned into compat symbols as part of the libpthread move. It turns out they are used by language run-time libraries (e.g., the GCC D front end), so it makes to preserve them as external symbols even though they are not declared in any header file. Reviewed-by: Carlos O'Donell --- sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 2 ++ sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist | 2 ++ 2 files changed, 4 insertions(+) (limited to 'sysdeps/unix/sysv/linux/sparc') diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist b/sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist index a9540a7082..3ed972b8c9 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist @@ -2462,6 +2462,8 @@ GLIBC_2.34 __utimensat64 F GLIBC_2.34 __utimes64 F GLIBC_2.34 __wait3_time64 F GLIBC_2.34 __wait4_time64 F +GLIBC_2.34 _pthread_cleanup_pop F +GLIBC_2.34 _pthread_cleanup_push F GLIBC_2.34 call_once F GLIBC_2.34 cnd_broadcast F GLIBC_2.34 cnd_destroy F diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist b/sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist index 9edf5ff234..27b3443394 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist @@ -2298,6 +2298,8 @@ GLIBC_2.34 __pthread_register_cancel_defer F GLIBC_2.34 __pthread_unregister_cancel F GLIBC_2.34 __pthread_unregister_cancel_restore F GLIBC_2.34 __pthread_unwind_next F +GLIBC_2.34 _pthread_cleanup_pop F +GLIBC_2.34 _pthread_cleanup_push F GLIBC_2.34 call_once F GLIBC_2.34 cnd_broadcast F GLIBC_2.34 cnd_destroy F -- cgit v1.2.3-70-g09d2