This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d605dea0a4 scripts: Support custom Git URLs in build-many-glibcs.py new 3dd2cbfa35 Use 64-bit atomic on sem_t with 8-byte alignment [BZ #33632]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: config.h.in | 3 +++ csu/Makefile | 2 +- csu/sem_t-align.sym | 4 ++++ htl/pt-internal.h | 10 +++++++++- nptl/sem_getvalue.c | 2 +- nptl/sem_init.c | 2 +- nptl/sem_post.c | 2 +- nptl/sem_waitcommon.c | 14 +++++++------- nptl/semaphoreP.h | 2 +- nptl/tst-sem11.c | 4 ++-- nptl/tst-sem13.c | 4 ++-- .../multiarch/strncmp-power10.S => generic/atomic-sem_t.h} | 13 +++++++------ sysdeps/htl/sem-destroy.c | 2 +- sysdeps/htl/sem-getvalue.c | 2 +- sysdeps/htl/sem-post.c | 2 +- sysdeps/htl/sem-timedwait.c | 8 ++++---- sysdeps/htl/sem-waitfast.c | 2 +- sysdeps/nptl/internaltypes.h | 10 +++++++++- 18 files changed, 56 insertions(+), 32 deletions(-) create mode 100644 csu/sem_t-align.sym copy sysdeps/{powerpc/powerpc64/multiarch/strncmp-power10.S => generic/atomic-sem_ [...]