NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58838 CVS commit: src/lib/libpthread
The following reply was made to PR lib/58838; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58838 CVS commit: src/lib/libpthread
Date: Fri, 22 Nov 2024 15:51:34 +0000
Module Name: src
Committed By: riastradh
Date: Fri Nov 22 15:51:34 UTC 2024
Modified Files:
src/lib/libpthread: Makefile
Added Files:
src/lib/libpthread: pthread_mi.expsym pthread_ras.expsym
src/lib/libpthread/arch/alpha: pthread_md.expsym
src/lib/libpthread/arch/hppa: pthread_md.expsym
Removed Files:
src/lib/libpthread: pthread.expsym
Log Message:
libpthread: Fix expected symbols on alpha and hppa.
These have PTHREAD__ASM_RASOPS and define a different subset of
symbols which get exported. None of these pthread__ras_* and
pthread__lock_* symbols _should_ be exported but we can fix that in a
future revbump.
PR lib/58838: shared libraries in base should all have expsym lists
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/lib/libpthread/Makefile
cvs rdiff -u -r1.1 -r0 src/lib/libpthread/pthread.expsym
cvs rdiff -u -r0 -r1.1 src/lib/libpthread/pthread_mi.expsym \
src/lib/libpthread/pthread_ras.expsym
cvs rdiff -u -r0 -r1.1 src/lib/libpthread/arch/alpha/pthread_md.expsym
cvs rdiff -u -r0 -r1.1 src/lib/libpthread/arch/hppa/pthread_md.expsym
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