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 cfe0d52782 Add --enable-static-pie to build-many-glibcs.py discards d9c5665a6d tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME discards 79453220da sparc: Check PIC instead of SHARED in start.S discards e435376ffe microblaze: Check PIC instead of SHARED in start.S discards 871ea16236 m68k: Check PIC instead of SHARED in start.S discards 86dedca076 hppa: Check PIC instead of SHARED in start.S discards 82cb35c2e6 aarch64: Check PIC instead of SHARED in start.S discards 4dd595fa88 tile: Update elf_machine_load_address for static PIE discards 0e7446e610 sparc: Update elf_machine_load_address for static PIE discards 34c3eb5671 sh: Update elf_machine_load_address for static PIE discards b15a9995a2 s390: Update elf_machine_load_address for static PIE discards 9d68ebe8eb powerpc32: Update elf_machine_load_address for static PIE discards 5e81991760 nios2: Update elf_machine_load_address for static PIE discards 358575f2c5 microblaze: Update elf_machine_load_address for static PIE discards d876d0384e m68k: Update elf_machine_load_address for static PIE discards e78ad9e38d ia64: Update elf_machine_load_address for static PIE discards 870ac9f796 hppa: Update elf_machine_load_address for static PIE discards 5e6c987785 aarch64: Update elf_machine_load_address for static PIE discards c7f8f74e82 Don't use hidden visibility in libc.a with PIE on i386 discards 9f807af3b7 Add --enable-static-pie configure option to build static PIE [...] discards f84d2c7c39 i386: Use "movl main@GOT(%ebx), %eax" in start.S discards 67e8204d48 Add a test for main () in a shared object adds f275f64e7e fix drem symbol for static linking and new targets adds a1132b5e56 Use libm_alias_double for more dbl-64 functions. adds aa0235dfde Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm [...] adds 39793865ec Use libm_alias_double for dbl-64 frexp. adds 7f1cbdf8ed Use libm_alias_float for dbl-64 fmaf. adds bcc4e4bb31 tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME new 4ff3d69aa4 Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc new 0bf96e84ef arm: Don't check _DYNAMIC in elf_machine_load_address new 6f3ce7fc43 mips: Don't check _DYNAMIC in elf_machine_load_address new 42bbc35133 Revert x86: Allow undefined _DYNAMIC in static executable new 6e0cd13bf8 Add a test for main () in a shared object new 4d73532f56 i386: Use "movl main@GOT(%ebx), %eax" in start.S new 2792d2c098 Add --enable-static-pie configure option to build static PIE [...] new c3b2185725 Don't use hidden visibility in libc.a with PIE on i386 new 42b7a76658 aarch64: Update elf_machine_load_address for static PIE new 4209ccbd25 m68k: Update elf_machine_load_address for static PIE new 761b339e15 s390: Update elf_machine_load_address for static PIE new dfa19eda45 sh: Update elf_machine_load_address for static PIE new 9a98e37b67 aarch64: Check PIC instead of SHARED in start.S new 3c6968d9f5 hppa: Check PIC instead of SHARED in start.S new 26980a9466 m68k: Check PIC instead of SHARED in start.S new b4a008a2de microblaze: Check PIC instead of SHARED in start.S new a8fd5b0347 sparc: Check PIC instead of SHARED in start.S new 86ffc84270 Add --enable-static-pie to build-many-glibcs.py new 6f429fe0f1 Add dl-reloc-static-pie.c new 26dba54102 Update dl-reloc-static-pie.c new 7dbd6f4b7e Fix Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc new 8be686b5d2 test-math-iscanonical.cc: Replace bool with int new 64d957024b Fix --enable-static-pie
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 (cfe0d52782) \ N -- N -- N refs/heads/hjl/pie/static (64d957024b)
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 23 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 | 101 +++++++++++++++++++++ Makeconfig | 8 +- csu/Makefile | 15 ++- .../x86_64/tst-x86_64mod-1.c => csu/static-reloc.c | 8 +- elf/Makefile | 8 +- elf/dl-reloc-static-pie.c | 52 +++++++++++ elf/dl-support.c | 46 +--------- math/Makefile | 4 +- math/math.h | 2 +- ...st-finite-macros.c => test-math-iscanonical.cc} | 31 +++++-- math/w_remainder.c | 8 ++ math/w_remainderf.c | 5 + math/w_remainderl.c | 5 + sysdeps/aarch64/dl-machine.h | 3 - sysdeps/arm/dl-machine.h | 3 - sysdeps/hppa/dl-machine.h | 5 - sysdeps/i386/dl-machine.h | 11 +-- sysdeps/ia64/dl-machine.h | 5 - sysdeps/ieee754/dbl-64/s_ceil.c | 7 +- sysdeps/ieee754/dbl-64/s_floor.c | 7 +- sysdeps/ieee754/dbl-64/s_fmaf.c | 3 +- sysdeps/ieee754/dbl-64/s_frexp.c | 7 +- sysdeps/ieee754/dbl-64/s_llround.c | 7 +- sysdeps/ieee754/dbl-64/s_lround.c | 7 +- sysdeps/ieee754/dbl-64/s_nearbyint.c | 7 +- sysdeps/ieee754/dbl-64/s_remquo.c | 7 +- sysdeps/ieee754/dbl-64/s_rint.c | 7 +- sysdeps/ieee754/dbl-64/s_round.c | 7 +- sysdeps/ieee754/dbl-64/s_trunc.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c | 13 +-- sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_round.c | 7 +- sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c | 7 +- sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h | 21 ++++- sysdeps/ieee754/ldbl-96/bits/iscanonical.h | 19 +++- sysdeps/ieee754/ldbl-opt/s_ceil.c | 5 - sysdeps/ieee754/ldbl-opt/s_floor.c | 5 - sysdeps/ieee754/ldbl-opt/s_frexp.c | 6 +- sysdeps/ieee754/ldbl-opt/s_llround.c | 5 - sysdeps/ieee754/ldbl-opt/s_lround.c | 5 - sysdeps/ieee754/ldbl-opt/s_nearbyint.c | 5 - sysdeps/ieee754/ldbl-opt/s_remquo.c | 5 - sysdeps/ieee754/ldbl-opt/s_rint.c | 5 - sysdeps/ieee754/ldbl-opt/s_round.c | 5 - sysdeps/ieee754/ldbl-opt/s_trunc.c | 5 - sysdeps/m68k/dl-machine.h | 3 - sysdeps/microblaze/dl-machine.h | 5 - sysdeps/mips/dl-machine.h | 5 - sysdeps/nios2/dl-machine.h | 5 - sysdeps/powerpc/powerpc32/dl-machine.h | 5 - sysdeps/powerpc/powerpc64le/Makefile | 1 + sysdeps/s390/s390-32/dl-machine.h | 3 - sysdeps/s390/s390-64/dl-machine.h | 3 - sysdeps/sh/dl-machine.h | 3 - sysdeps/sparc/sparc32/dl-machine.h | 5 - sysdeps/sparc/sparc64/dl-machine.h | 5 - sysdeps/tile/dl-machine.h | 5 - sysdeps/x86_64/dl-machine.h | 11 +-- 64 files changed, 316 insertions(+), 303 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 math/{test-finite-macros.c => test-math-iscanonical.cc} (66%) create mode 100644 math/w_remainder.c create mode 100644 math/w_remainderf.c create mode 100644 math/w_remainderl.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_ceil.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_floor.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_llround.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_lround.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_nearbyint.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_remquo.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_rint.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_round.c delete mode 100644 sysdeps/ieee754/ldbl-opt/s_trunc.c