This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 26c2910 [AArch64] Add bits/hwcap.h for aarch64 linux new c10f90d Revert "Add pretty printers for the NPTL lock types"
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: ChangeLog | 27 -- Makeconfig | 14 +- Makerules | 46 --- NEWS | 3 - Rules | 5 - nptl/Makefile | 1 - nptl/nptl-printers.py | 593 ----------------------------- nptl/nptl_lock_constants.pysym | 75 ---- pretty-printers/Makefile | 82 ---- pretty-printers/README | 130 ------- pretty-printers/test-condvar-attributes.c | 94 ----- pretty-printers/test-condvar-attributes.py | 60 --- pretty-printers/test-condvar-printer.c | 57 --- pretty-printers/test-condvar-printer.py | 45 --- pretty-printers/test-mutex-attributes.c | 144 ------- pretty-printers/test-mutex-attributes.py | 90 ----- pretty-printers/test-mutex-printer.c | 151 -------- pretty-printers/test-mutex-printer.py | 92 ----- pretty-printers/test-rwlock-attributes.c | 98 ----- pretty-printers/test-rwlock-attributes.py | 62 --- pretty-printers/test-rwlock-printer.c | 78 ---- pretty-printers/test-rwlock-printer.py | 59 --- pretty-printers/test_common.py | 315 --------------- scripts/gen-py-const.awk | 118 ------ 24 files changed, 1 insertion(+), 2438 deletions(-) delete mode 100644 nptl/nptl-printers.py delete mode 100644 nptl/nptl_lock_constants.pysym delete mode 100644 pretty-printers/Makefile delete mode 100644 pretty-printers/README delete mode 100644 pretty-printers/test-condvar-attributes.c delete mode 100644 pretty-printers/test-condvar-attributes.py delete mode 100644 pretty-printers/test-condvar-printer.c delete mode 100644 pretty-printers/test-condvar-printer.py delete mode 100644 pretty-printers/test-mutex-attributes.c delete mode 100644 pretty-printers/test-mutex-attributes.py delete mode 100644 pretty-printers/test-mutex-printer.c delete mode 100644 pretty-printers/test-mutex-printer.py delete mode 100644 pretty-printers/test-rwlock-attributes.c delete mode 100644 pretty-printers/test-rwlock-attributes.py delete mode 100644 pretty-printers/test-rwlock-printer.c delete mode 100644 pretty-printers/test-rwlock-printer.py delete mode 100644 pretty-printers/test_common.py delete mode 100644 scripts/gen-py-const.awk