Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Sun Nov 23 22:11:42 UTC 2025

Modified Files:
        src: UPDATING
        src/lib/libpthread: Makefile
        src/tests/lib/libpthread/dlopen: t_dlopen.c

Log Message:
libpthread: Link with -Wl,-z,nodelete.

Can't safely unload libpthread because of the interaction with libc
thread stubs.

PR lib/59784: dlopening and dlclosing libpthread is broken


To generate a diff of this commit:
cvs rdiff -u -r1.386 -r1.387 src/UPDATING
cvs rdiff -u -r1.102 -r1.103 src/lib/libpthread/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libpthread/dlopen/t_dlopen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index