glibc/sysdeps/mach/hurd/i386
Samuel Thibault 8dc3f4f8ad hurd: Fix missing pthread_ compat symbol in libc
5476f8cd2e ("htl: move pthread_self info libc.") and
9dfa256216 ("htl: move pthread_equal into libc") to
1dc0bc8f07 ("htl: move pthread_attr_setdetachstate into libc")
moved some pthread_ symbols from libpthread.so to libc.so, but missed
adding the compat version like 5476f8cd2e ("htl: move pthread_self
info libc.") did: libc already had these symbols as forwards,
but versioned GLIBC_2.21, while the symbols in libpthread.so were
versioned GLIBC_2.12.

To fix running executables built before this, we thus have to add the
GLIBC_2.12 version, otherwise execution fails with e.g.

/usr/lib/i386-gnu/libglib-2.0.so: symbol lookup error: /usr/lib/i386-gnu/libglib-2.0.so: undefined symbol: pthread_attr_setinheritsched, version GLIBC_2.12
2024-08-01 23:58:51 +02:00
..
bits Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
htl Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
____longjmp_chk.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
__longjmp.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
c++-types.data hurd: Add c++-types expected result 2016-03-20 22:16:34 +01:00
dl-tls-initialized.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
getcontext.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Implies hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
intr-msg.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
ld.abilist Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader) 2022-01-27 18:52:05 +01:00
libanl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libBrokenLocale.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libc_malloc_debug.abilist Move malloc_{g,s}et_state to libc_malloc_debug 2021-07-22 18:38:10 +05:30
libc.abilist hurd: Fix missing pthread_ compat symbol in libc 2024-08-01 23:58:51 +02:00
libdl.abilist dlfcn: Move dlopen into libc 2021-06-03 08:26:04 +02:00
libm.abilist Implement C23 exp2m1, exp10m1 2024-06-17 16:31:49 +00:00
libnsl.abilist Ignore absolute symbols in ABI tests. 2018-05-04 15:46:32 +00:00
libpthread.abilist Add pthread_getname_np and pthread_setname_np for Hurd 2024-07-16 09:21:52 +02:00
libresolv.abilist resolv: Move res_query functions into libc 2021-07-19 07:56:57 +02:00
librt.abilist rt: Move shm_unlink into libc 2021-06-21 08:25:15 +02:00
libutil.abilist login: Move libutil into libc 2021-06-30 08:43:37 +02:00
localplt.data Remove __access_noerrno 2023-11-23 19:01:32 +00:00
longjmp-ts.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
makecontext.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Makefile hurd: Move some i386 bits to x86 2023-02-02 00:27:26 +01:00
setcontext.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigcontextinfo.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigreturn.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
static-start.S hurd: Pass the data pointer to _hurd_stack_setup explicitly 2024-01-04 23:47:03 +01:00
swapcontext.S Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tls.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tlsdesc.sym hurd: Add tlsdesc.sym 2018-01-30 00:52:48 +01:00
ucontext_i.sym hurd: Add getcontext, makecontext, setcontext, swapcontext 2019-12-29 16:54:08 +01:00
Versions Add missing symbols to Version files 2021-06-02 07:32:19 +02:00
vm_param.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00