This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4f20a1dc52 stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779] new e4ba8fee1a elf: Replace tst-p_alignmod1-editX with a python script
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: elf/Makefile | 14 +-- elf/tst-elf-edit.h | 126 --------------------------- elf/tst-p_alignmod1-edit.c | 27 ------ elf/tst-p_alignmod2-edit.c | 27 ------ scripts/tst-elf-edit.py | 206 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 210 insertions(+), 190 deletions(-) delete mode 100644 elf/tst-elf-edit.h delete mode 100644 elf/tst-p_alignmod1-edit.c delete mode 100644 elf/tst-p_alignmod2-edit.c create mode 100644 scripts/tst-elf-edit.py