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 1325c9e854 Add _startup_sbrk and _startup_fatal discards 0dbc8246f4 i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC discards 9497821aee i386: Check PIC in i386 multiarch functions discards 1c673e7c69 i386: Check PIC instead of SHARED in start.S discards 840845842a Use hidden visibility for ENABLE_STATIC_PIE discards 8a569f52c8 Add _dl_relocate_static_pie discards dacfa6dd23 Define pie-default/default-pie-ldflag for --enable-static-pie discards a1a942cdb4 x86-64: Check if linker supports static PIE discards a5cc4892a3 Add --enable-static-pie discards a08f2e06d0 Check if -static-pie works discards e25269f0b1 Check if linker supports --no-dynamic-linker discards 8a2d2459a3 x86-64: Check PIC instead of SHARED in start.S discards 17d6b68a0a x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE discards 3a8af9336b i386: Convert IFUNC selectors to C discards f347d27a43 x86-64: Convert libmathvec IFUNC selectors to C discards c0fe5c7a0a x86-64: Convert libm IFUNC selectors to C discards b7ef1ce037 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791] discards 09ffe2436c Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752] discards ba748decd9 tunables: Use direct syscall for access (BZ#21744) discards 4e616357a0 Compile tst-prelink.c without PIE [BZ #21815] adds 64a1daed18 [BZ 19170] Revise comment in sysdeps/hppa/dl-trampoline.S adds cab91f947a S390: fix sys/ptrace.h to make it includible again after asm [...] adds 54606ca8c7 Added country_isbn for Italy adds fa13514a51 Added country_isbn for Republic of Korea adds 2a28610f9f Added country_name in mai_IN adds 55703fcace Remove extra semicolons in struct pthread_mutex (bug 21804) new 422ff87c24 Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752] new ba6a2d3346 i386: Don't define multiarch __memmove_chk in libc.a [BZ #21791] new df50907933 x86-64: Implement libm IFUNC selectors in C new 0ceab73143 x86-64: Implement libmathvec IFUNC selectors in C new 053e85e327 i686: Implement IFUNC selectors in C new 4d1d2922cb x86: Remove assembly versions of HAS_CPU_FEATURE/HAS_ARCH_FEATURE new 3adc435c43 Compile tst-prelink.c without PIE [BZ #21815] new bfe1ce39b2 tunables: Use direct syscall for access (BZ#21744) new 9f30a2632f x86-64: Check PIC instead of SHARED in start.S new 2d0e67910a Check if linker supports --no-dynamic-linker new 789f501807 Check if -static-pie works new 1bf38d344f Check if -static -pie works new 2ed7353a58 Add --enable-static-pie new dedf744f1b x86-64: Check if linker supports static PIE new 72e55f82ce Define pie-default/default-pie-ldflag for --enable-static-pie new e1f8defda9 Add _dl_relocate_static_pie new 2ac6dfa442 Use hidden visibility for ENABLE_STATIC_PIE new 93ca7b6672 i386: Check PIC instead of SHARED in start.S new e139c16ae4 i386: Check PIC in i386 multiarch functions new b0ed342d22 i386: Define I386_USE_SYSENTER to 0 or 1 and check PIC new 664c42b087 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 (1325c9e854) \ N -- N -- N refs/heads/hjl/pie/static (664c42b087)
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 21 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 | 33 +++++++++++++++ configure | 34 ++++++++++++++- configure.ac | 22 +++++++++- localedata/ChangeLog | 20 +++++++++ localedata/locales/ca_IT | 1 + localedata/locales/de_IT | 1 + localedata/locales/fur_IT | 1 + localedata/locales/it_IT | 1 + localedata/locales/ko_KR | 1 + localedata/locales/lij_IT | 1 + localedata/locales/mai_IN | 2 +- localedata/locales/sc_IT | 1 + sysdeps/hppa/dl-trampoline.S | 16 +++++-- sysdeps/hppa/nptl/bits/pthreadtypes-arch.h | 4 +- sysdeps/nptl/bits/thread-shared-types.h | 6 +-- sysdeps/unix/sysv/linux/s390/sys/ptrace.h | 68 +++++++++++++++++++++++------- 16 files changed, 183 insertions(+), 29 deletions(-)