glibc/sysdeps/pthread
Adhemerval Zanella 20528165bd Disable SFrame support by default
And add extra checks to enable for binutils 2.45 and if the architecture
explicitly enables it.  When SFrame is disabled, all the related code
is also not enabled for backtrace() and _dl_find_object(), so SFrame
backtracking is not used even if the binary has the SFrame segment.

This patch also adds some other related fixes:

  * Fixed an issue with AC_CHECK_PROG_VER, where the READELF_SFRAME
    usage prevented specifying a different readelf through READELF
    environment variable at configure time.

  * Add an extra arch-specific internal definition,
    libc_cv_support_sframe, to disable --enable-sframe on architectures
    that have binutils but not glibc support (s390x).

  * Renamed the tests without the .sframe segment and move the
    tst-backtrace1 from pthread to debug.

  * Use the built compiler strip to remove the .sframe segment,
    instead of the system one (which might not support SFrame).

Checked on x86_64-linux-gnu and aarch64-linux-gnu.

Reviewed-by: Sam James <sam@gentoo.org>
2025-07-24 15:51:58 -03:00
..
bits
Makeconfig
Makefile Disable SFrame support by default 2025-07-24 15:51:58 -03:00
allocalim.h
call_once.c
cnd_broadcast.c
cnd_destroy.c
cnd_init.c
cnd_signal.c
cnd_timedwait.c
cnd_wait.c
eintr.c
elision-conf.h
mtx_destroy.c
mtx_init.c
mtx_lock.c
mtx_timedlock.c
mtx_trylock.c
mtx_unlock.c
posix-timer.h
pthread_atfork.c
pthread_atfork_compat.c
pthread_early_init.h
pthread_mutex_conf.h
sem_close.c
sem_open.c htl: move pthread_setcancelstate into libc. 2025-02-01 11:24:14 +01:00
sem_routines.c
sem_routines.h
sem_unlink.c
semaphore.h
thrd_create.c
thrd_detach.c
thrd_equal.c
thrd_exit.c
thrd_join.c
thrd_priv.h
thrd_sleep.c
threads.h
tss_create.c
tss_delete.c
tss_get.c
tss_set.c
tst-_res1.c
tst-_res1mod1.c
tst-_res1mod2.c
tst-abstime-time64.c
tst-abstime.c
tst-atfork1.c
tst-atfork2.c
tst-atfork2mod.c
tst-atfork3.c
tst-atfork3mod.c
tst-atfork4.c
tst-atfork4mod.c
tst-attr1.c
tst-bad-schedattr.c
tst-barrier1.c
tst-barrier2.c
tst-barrier3.c
tst-barrier4.c
tst-basic1.c
tst-basic2.c
tst-basic3.c
tst-basic4.c
tst-basic5.c
tst-basic6.c
tst-basic7.c
tst-call-once.c
tst-cancel-self-cancelstate.c
tst-cancel-self-canceltype.c
tst-cancel-self-cleanup.c
tst-cancel-self-testcancel.c
tst-cancel-self.c
tst-cancel1.c
tst-cancel2.c
tst-cancel3.c
tst-cancel4-common.c
tst-cancel4-common.h
tst-cancel4.c
tst-cancel5.c
tst-cancel6.c
tst-cancel8.c
tst-cancel9.c
tst-cancel10.c
tst-cancel11.c
tst-cancel12.c
tst-cancel13.c
tst-cancel14.c
tst-cancel15.c
tst-cancel16.c
tst-cancel18.c
tst-cancel19.c
tst-cancel20.c
tst-cancel21-static.c
tst-cancel21.c
tst-cancel22.c
tst-cancel23.c
tst-cancel25.c
tst-cancel26.c
tst-cancel27.c
tst-cancel28.c
tst-cancel29.c
tst-cancel30.c
tst-cancel32.c nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782) 2025-03-13 09:11:13 -03:00
tst-cancelx1.c
tst-cancelx2.c
tst-cancelx3.c
tst-cancelx4.c
tst-cancelx5.c
tst-cancelx6.c
tst-cancelx8.c
tst-cancelx9.c
tst-cancelx10.c
tst-cancelx11.c
tst-cancelx12.c
tst-cancelx13.c
tst-cancelx14.c
tst-cancelx15.c
tst-cancelx16.c
tst-cancelx18.c
tst-cancelx20.c
tst-cancelx21.c
tst-cleanup0.c
tst-cleanup0.expect
tst-cleanup1.c
tst-cleanup2.c
tst-cleanup3.c
tst-cleanupx0.c
tst-cleanupx0.expect
tst-cleanupx1.c
tst-cleanupx2.c
tst-cleanupx3.c
tst-clock1.c
tst-cnd-basic.c
tst-cnd-broadcast.c
tst-cnd-timedwait-time64.c
tst-cnd-timedwait.c
tst-cond-except.c
tst-cond1.c
tst-cond2.c
tst-cond3.c
tst-cond4.c
tst-cond5.c
tst-cond6.c
tst-cond7.c
tst-cond8-static.c
tst-cond8.c
tst-cond9.c
tst-cond10.c
tst-cond11-static.c
tst-cond11-time64.c
tst-cond11.c
tst-cond12.c
tst-cond13.c
tst-cond14.c
tst-cond15.c
tst-cond16.c
tst-cond17.c
tst-cond18.c
tst-cond19.c
tst-cond20.c
tst-cond21.c
tst-cond23.c
tst-cond24.c
tst-cond25.c
tst-cond27.c
tst-create-detached.c
tst-create1.c
tst-create1mod.c
tst-detach1.c
tst-eintr2.c
tst-eintr3.c
tst-eintr4.c
tst-eintr5.c
tst-exec1.c
tst-exec2.c
tst-exec3.c
tst-exit1.c
tst-exit2.c
tst-exit3.c
tst-fini1.c
tst-fini1mod.c
tst-flock1.c
tst-flock2.c
tst-fopen-threaded.c tst-fopen-threaded: Only check EOF for failing read 2025-03-14 12:28:05 -04:00
tst-fork1.c
tst-fork2.c
tst-fork3.c
tst-fork4.c
tst-getpid3.c
tst-join1.c
tst-join2.c
tst-join3.c
tst-join4.c
tst-join5.c
tst-join6.c
tst-join7.c
tst-join7mod.c
tst-join8.c
tst-join9.c
tst-join10.c
tst-join11.c
tst-join12.c
tst-join13.c
tst-join14-time64.c
tst-join14.c
tst-join15.c
tst-join16-time64.c
tst-join16.c
tst-key1.c
tst-key2.c
tst-key3.c
tst-key4.c
tst-kill1.c
tst-kill2.c
tst-kill3.c
tst-kill5.c
tst-kill6.c
tst-locale1.c
tst-locale2.c
tst-memstream.c
tst-mtx-basic.c
tst-mtx-recursive.c
tst-mtx-timedlock-time64.c
tst-mtx-timedlock.c
tst-mtx-trylock.c
tst-mutex-errorcheck.c
tst-mutex1.c
tst-mutex2.c
tst-mutex3.c
tst-mutex4.c
tst-mutex5.c
tst-mutex6.c
tst-mutex7.c
tst-mutex9.c
tst-mutex10.c
tst-mutex11.c
tst-once1.c
tst-once2.c
tst-once3.c
tst-once4.c
tst-oncex3.c
tst-oncex4.c
tst-oncey3.c
tst-oncey4.c
tst-pt-align.c
tst-pt-align3.c
tst-pt-popen1.c
tst-pt-sysconf.c
tst-pt-tls1.c
tst-pt-tls2.c
tst-pt-tls4.c
tst-pt-vfork1.c
tst-pt-vfork2.c
tst-pthread-exit-signal.c
tst-pthread-mutexattr-2.c
tst-pthread-mutexattr.c
tst-pthread-raise-blocked-self.c
tst-pthread-setuid-loop.c
tst-pthread_cancel-exited.c
tst-pthread_cancel-select-loop.c
tst-pthread_kill-exited.c
tst-pthread_kill-exiting.c
tst-raise1.c
tst-robust1.c
tst-robust2.c
tst-robust3.c
tst-robust4.c
tst-robust5.c
tst-robust6.c
tst-robust7.c
tst-robust8.c
tst-robust9.c
tst-robust10.c
tst-robust11.c
tst-rwlock-tryrdlock-stall.c
tst-rwlock-trywrlock-stall.c
tst-rwlock1.c
tst-rwlock4.c
tst-rwlock5.c
tst-rwlock12.c
tst-rwlock13.c
tst-rwlock14-time64.c
tst-rwlock14.c
tst-rwlock16.c
tst-sem1.c
tst-sem2.c
tst-sem3.c
tst-sem4.c
tst-sem5-time64.c
tst-sem5.c
tst-sem6.c
tst-sem7.c
tst-sem8.c
tst-sem9.c
tst-sem10.c
tst-sem14.c
tst-sem15.c
tst-sem16.c
tst-sem18.c
tst-sem19.c
tst-setuid3.c
tst-signal1.c
tst-signal2.c
tst-signal4.c
tst-signal5.c
tst-signal6.c
tst-signal8.c
tst-spin1.c
tst-spin2.c
tst-spin3.c
tst-spin4.c
tst-spin5.c
tst-stack1.c
tst-stack2-mod.c nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897) 2025-04-28 10:13:46 -03:00
tst-stack2.c nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897) 2025-04-28 10:13:46 -03:00
tst-stdio1.c
tst-stdio2.c Fix spelling mistake "succsefully" -> "successfully" 2025-04-14 10:11:02 -03:00
tst-thrd-detach.c
tst-thrd-sleep-time64.c
tst-thrd-sleep.c
tst-timer.c
tst-tls4moda.c
tst-tls4modb.c
tst-tsd1.c
tst-tsd2.c
tst-tsd5.c
tst-tsd6.c
tst-tss-basic.c
tst-umask1.c
tst-unload.c
tst-unwind-thread.c
tst-vfork1x.c
tst-vfork2x.c