This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pie/static in repository glibc.
discards 0f02858db8 tunables: Use direct syscall for access (BZ#21744) discards 9a5bf409e2 Add _startup_sbrk and _startup_fatal discards 3fd64feae4 Don't compile tst-prelink.c with PIE for GLOB_DAT relocation discards be71d5eb1f i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC discards 5ec0c780e6 i386: Check PIC in i386 multiarch functions discards 3a039d2347 i386: Check PIC instead of SHARED in start.S discards 6ab45e1aca Use hidden visibility for HAVE_STATIC_PIE discards 0bda3d02c3 Add _dl_relocate_static_pie discards 0ea66ca202 Define pie-default/default-pie-ldflag for --enable-static-pie discards 8ecb9aaef5 x86-64: Check if linker supports static PIE discards f2bd369a93 Add --enable-static-pie discards 5b4dfb9356 Check if linker supports --no-dynamic-linker discards c654c40f30 x86-64: Check PIC instead of SHARED in start.S discards 6f4b694b57 x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE discards 12e5220a24 i386: Convert IFUNC selectors to C discards 0137bd1e00 x86-64: Convert libmathvec IFUNC selectors to C discards 0b16f5a29c x86-64: Convert libm IFUNC selectors to C discards 7df10c753e i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791] discards 2acd6442f5 Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752] new 79a77e1166 tunables: Use direct syscall for access (BZ#21744) new c274dbd836 Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752] new 2bb19bfe62 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791] new be0774660a x86-64: Convert libm IFUNC selectors to C new 8cc2d3c298 x86-64: Convert libmathvec IFUNC selectors to C new 5467dc7f3e i386: Convert IFUNC selectors to C new f007d0b6e7 x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE new 09f0835ca1 x86-64: Check PIC instead of SHARED in start.S new 3c2e79fcdc Check if linker supports --no-dynamic-linker new 8a39392af5 Check if -static-pie works new 1f7a0d1770 Add --enable-static-pie new 9e2276e1e9 x86-64: Check if linker supports static PIE new 137985e4e9 Define pie-default/default-pie-ldflag for --enable-static-pie new 27fea67cb6 Add _dl_relocate_static_pie new 1db5536d8a Use hidden visibility for ENABLE_STATIC_PIE new 11058a40bf i386: Check PIC instead of SHARED in start.S new 696136f9d4 i386: Check PIC in i386 multiarch functions new 014e14e00d i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC new 18da3c0dfa Don't compile tst-prelink.c with PIE for GLOB_DAT relocation new e7fdb051a9 Add _startup_sbrk and _startup_fatal
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (0f02858db8) \ N -- N -- N refs/heads/hjl/pie/static (e7fdb051a9)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 20 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: Makeconfig | 8 ++++++-- config.h.in | 7 ++----- configure | 28 +++++++++++++++++++++++----- configure.ac | 14 +++++++++----- elf/dl-support.c | 6 +++--- include/libc-symbols.h | 2 +- sysdeps/generic/ldsodefs.h | 2 +- sysdeps/unix/sysv/linux/i386/Makefile | 2 +- sysdeps/unix/sysv/linux/i386/startup.h | 2 +- sysdeps/unix/sysv/linux/not-errno.h | 1 + sysdeps/x86_64/configure | 7 ++++++- sysdeps/x86_64/configure.ac | 7 ++++++- 12 files changed, 60 insertions(+), 26 deletions(-)