This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 15b8d67e29 Enable VDSO on i386 statically linked programs new 8e67b39eb4 stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]
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 | 8 ++++ stdlib/Makefile | 2 +- stdlib/cxa_atexit.c | 4 ++ stdlib/on_exit.c | 5 +++ stdlib/tst-bz20544.c | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 stdlib/tst-bz20544.c