This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from 71326f1f2f nptl: Fix pthread_cancel cancelhandling atomic operations new 3e0a91b79b scripts: Add glibcelf.py module new f0c71b34f9 Default to --with-default-link=no (bug 25812)
The 2 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: INSTALL | 6 + NEWS | 1 + configure | 65 +- configure.ac | 55 +- elf/Makefile | 41 ++ elf/tst-glibcelf.py | 260 ++++++++ elf/tst-relro-symbols.py | 137 ++++ manual/install.texi | 6 + scripts/glibcelf.py | 1135 +++++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/ia64/Makefile | 6 + 10 files changed, 1594 insertions(+), 118 deletions(-) create mode 100644 elf/tst-glibcelf.py create mode 100644 elf/tst-relro-symbols.py create mode 100644 scripts/glibcelf.py