This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 1a8605b6cd x86: Update large memcpy case in memmove-vec-unaligned-erms.S new cd6ae7ea54 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 | 20 ++++++---- libio/tst-cleanup.exp | 1 + 13 files changed, 140 insertions(+), 12 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 (76%) create mode 100644 libio/tst-cleanup.exp