This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 95511aab9d Fix testing with read-only source directory. new 9d7a3741c9 Add --enable-static-pie configure option to build static PIE [...]
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 | 72 ++++++++++++++++++++ INSTALL | 9 +++ Makeconfig | 38 +++++++++-- NEWS | 9 +++ config.h.in | 3 + configure | 79 ++++++++++++++++++++++ configure.ac | 29 ++++++++ csu/Makefile | 24 ++++++- csu/libc-start.c | 2 + csu/libc-tls.c | 6 +- .../x86_64/tst-x86_64mod-1.c => csu/static-reloc.c | 8 ++- elf/Makefile | 7 +- elf/dl-reloc-static-pie.c | 52 ++++++++++++++ elf/dl-support.c | 11 +++ elf/dynamic-link.h | 2 +- elf/get-dynamic-info.h | 6 +- gmon/Makefile | 25 ++++++- gmon/{tst-gmon-pie.c => tst-gmon-static-pie.c} | 0 manual/install.texi | 9 +++ sysdeps/generic/ldsodefs.h | 11 +++ sysdeps/i386/configure | 33 +++++++++ sysdeps/i386/configure.ac | 23 +++++++ sysdeps/mips/Makefile | 3 + sysdeps/x86_64/configure | 33 +++++++++ sysdeps/x86_64/configure.ac | 25 +++++++ 25 files changed, 500 insertions(+), 19 deletions(-) copy sysdeps/x86_64/tst-x86_64mod-1.c => csu/static-reloc.c (84%) create mode 100644 elf/dl-reloc-static-pie.c copy gmon/{tst-gmon-pie.c => tst-gmon-static-pie.c} (100%)