This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
from bc129fb15b powerpc: Use --no-tls-get-addr-optimize in test only if the [...] new add8e34cd7 Set the retain attribute on _elf_set_element if CC supports [...]
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 ++ configure | 59 ++++++++++++++++++++++++++++++ configure.ac | 21 +++++++++++ include/libc-symbols.h | 14 +++++-- libio/Makefile | 28 ++++++++++++++ libio/tst-cleanup-default-static.c | 1 + libio/tst-cleanup-default.c | 1 + libio/tst-cleanup-nostart-stop-gc-static.c | 1 + libio/tst-cleanup-nostart-stop-gc.c | 1 + libio/tst-cleanup-start-stop-gc-static.c | 1 + libio/tst-cleanup-start-stop-gc.c | 1 + debug/chk_fail.c => libio/tst-cleanup.c | 22 ++++++----- libio/tst-cleanup.exp | 1 + 13 files changed, 141 insertions(+), 13 deletions(-) create mode 100644 libio/tst-cleanup-default-static.c create mode 100644 libio/tst-cleanup-default.c create mode 100644 libio/tst-cleanup-nostart-stop-gc-static.c create mode 100644 libio/tst-cleanup-nostart-stop-gc.c create mode 100644 libio/tst-cleanup-start-stop-gc-static.c create mode 100644 libio/tst-cleanup-start-stop-gc.c copy debug/chk_fail.c => libio/tst-cleanup.c (72%) create mode 100644 libio/tst-cleanup.exp