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 475954893e Add --enable-static-pie to build-many-glibcs.py discards b86175aaaf tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME discards 08a5e851d0 sparc: Check PIC instead of SHARED in start.S discards 979ac41dd9 microblaze: Check PIC instead of SHARED in start.S discards 3791be80aa m68k: Check PIC instead of SHARED in start.S discards 071b9dcb03 hppa: Check PIC instead of SHARED in start.S discards a6084b4e61 aarch64: Check PIC instead of SHARED in start.S discards a1efe56f8d tile: Update elf_machine_load_address for static PIE discards 15ab7c7b0f sparc: Update elf_machine_load_address for static PIE discards f7f9154819 sh: Update elf_machine_load_address for static PIE discards 248b8cf5d9 s390: Update elf_machine_load_address for static PIE discards 077b614369 powerpc32: Update elf_machine_load_address for static PIE discards 94c0e2d8b6 nios2: Update elf_machine_load_address for static PIE discards 42daa36ffd microblaze: Update elf_machine_load_address for static PIE discards a6d756aead m68k: Update elf_machine_load_address for static PIE discards 1e4ba503b7 ia64: Update elf_machine_load_address for static PIE discards 2ed7650590 hppa: Update elf_machine_load_address for static PIE discards 42295bfcf8 aarch64: Update elf_machine_load_address for static PIE discards 488d8ee372 Don't use hidden visibility in libc.a with PIE on i386 discards 7c80d80065 Add --enable-static-pie configure option to build static PIE discards ae3d73b966 Add a test for non-PIE static executable discards 810123bedf ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP adds 1e2bffd05c Use libm_alias_double for some dbl-64 functions. adds 2000067a4b Add a test for non-PIE static executable new dd5c2af9a2 ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP new d8f7e725c4 Add --enable-static-pie configure option to build static PIE new 536b3c9290 Don't use hidden visibility in libc.a with PIE on i386 new 6549db76d2 aarch64: Update elf_machine_load_address for static PIE new 4110874afa hppa: Update elf_machine_load_address for static PIE new 876e82cc36 ia64: Update elf_machine_load_address for static PIE new 6faad6d44c m68k: Update elf_machine_load_address for static PIE new 93820d8785 microblaze: Update elf_machine_load_address for static PIE new bf27a964cf nios2: Update elf_machine_load_address for static PIE new 52feab6f3d powerpc32: Update elf_machine_load_address for static PIE new 4aea1defed s390: Update elf_machine_load_address for static PIE new 1d5b46436c sh: Update elf_machine_load_address for static PIE new 909e0fb76c sparc: Update elf_machine_load_address for static PIE new 56b3a38054 tile: Update elf_machine_load_address for static PIE new ac06774756 aarch64: Check PIC instead of SHARED in start.S new 83edf6dccc hppa: Check PIC instead of SHARED in start.S new fbc4e966d3 m68k: Check PIC instead of SHARED in start.S new cdefe438c9 microblaze: Check PIC instead of SHARED in start.S new 6956a70a10 sparc: Check PIC instead of SHARED in start.S new fa1da668ad tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME new 66138a286d Add --enable-static-pie to build-many-glibcs.py
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 (475954893e) \ N -- N -- N refs/heads/hjl/pie/static (66138a286d)
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 | 94 ++++++++++++++++++++++ sysdeps/ieee754/dbl-64/s_asinh.c | 7 +- sysdeps/ieee754/dbl-64/s_cbrt.c | 7 +- sysdeps/ieee754/dbl-64/s_copysign.c | 7 +- sysdeps/ieee754/dbl-64/s_erf.c | 13 +-- sysdeps/ieee754/dbl-64/s_expm1.c | 7 +- sysdeps/ieee754/dbl-64/s_fabs.c | 7 +- sysdeps/ieee754/dbl-64/s_fromfp.c | 6 +- sysdeps/ieee754/dbl-64/s_fromfp_main.c | 1 + sysdeps/ieee754/dbl-64/s_fromfpx.c | 6 +- sysdeps/ieee754/dbl-64/s_getpayload.c | 7 +- sysdeps/ieee754/dbl-64/s_llrint.c | 7 +- sysdeps/ieee754/dbl-64/s_lrint.c | 7 +- sysdeps/ieee754/dbl-64/s_nextup.c | 7 +- sysdeps/ieee754/dbl-64/s_roundeven.c | 7 +- sysdeps/ieee754/dbl-64/s_setpayload.c | 6 +- sysdeps/ieee754/dbl-64/s_setpayload_main.c | 1 + sysdeps/ieee754/dbl-64/s_setpayloadsig.c | 6 +- sysdeps/ieee754/dbl-64/s_sin.c | 13 +-- sysdeps/ieee754/dbl-64/s_sincos.c | 7 +- sysdeps/ieee754/dbl-64/s_tanh.c | 7 +- sysdeps/ieee754/dbl-64/s_totalorder.c | 7 +- sysdeps/ieee754/dbl-64/s_totalordermag.c | 7 +- sysdeps/ieee754/dbl-64/s_ufromfp.c | 6 +- sysdeps/ieee754/dbl-64/s_ufromfpx.c | 6 +- sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c | 7 +- .../ieee754/dbl-64/wordsize-64/s_setpayload_main.c | 1 + sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c | 7 +- .../ieee754/dbl-64/wordsize-64/s_totalordermag.c | 7 +- sysdeps/ieee754/ldbl-opt/s_asinh.c | 5 -- sysdeps/ieee754/ldbl-opt/s_cbrt.c | 5 -- sysdeps/ieee754/ldbl-opt/s_copysign.c | 6 +- sysdeps/ieee754/ldbl-opt/s_erf.c | 6 -- sysdeps/ieee754/ldbl-opt/s_expm1.c | 5 -- sysdeps/ieee754/ldbl-opt/s_fabs.c | 5 -- sysdeps/ieee754/ldbl-opt/s_llrint.c | 5 -- sysdeps/ieee754/ldbl-opt/s_lrint.c | 5 -- sysdeps/ieee754/ldbl-opt/s_sin.c | 15 ---- sysdeps/ieee754/ldbl-opt/s_sincos.c | 5 -- sysdeps/ieee754/ldbl-opt/s_tanh.c | 5 -- 41 files changed, 146 insertions(+), 206 deletions(-) delete mode 100644 sysdeps/ieee754/ldbl-opt/s_asinh.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_cbrt.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_erf.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_expm1.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_fabs.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_llrint.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_lrint.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_sin.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_sincos.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_tanh.c