This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 903cd86606 Open master branch for glibc 2.40 development new da89496337 Use gcc __builtin_stdc_* builtins in stdbit.h if possible
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: NEWS | 5 +- manual/stdbit.texi | 8 +- stdlib/Makefile | 1 + stdlib/stdbit.h | 84 ++++- stdlib/tst-stdbit-builtins.c | 778 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 860 insertions(+), 16 deletions(-) create mode 100644 stdlib/tst-stdbit-builtins.c