This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/glibcelf in repository glibc.
from b3fafa0f13 WIP ELF parser in Python new 73460ea779 Use custom linker script by default (bug 25812)
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: INSTALL | 6 ++ configure | 65 +---------- configure.ac | 55 +--------- elf/Makefile | 37 +++++++ elf/check-relro-symbols.py | 124 +++++++++++++++++++++ manual/install.texi | 6 ++ scripts/glibcelf.py | 263 ++++++++++++++++++++++++++++++++++++++++++--- 7 files changed, 426 insertions(+), 130 deletions(-) create mode 100644 elf/check-relro-symbols.py