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 64d957024b Fix --enable-static-pie discards 8be686b5d2 test-math-iscanonical.cc: Replace bool with int discards 7dbd6f4b7e Fix Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc discards 26dba54102 Update dl-reloc-static-pie.c discards 6f429fe0f1 Add dl-reloc-static-pie.c discards 86ffc84270 Add --enable-static-pie to build-many-glibcs.py discards a8fd5b0347 sparc: Check PIC instead of SHARED in start.S discards b4a008a2de microblaze: Check PIC instead of SHARED in start.S discards 26980a9466 m68k: Check PIC instead of SHARED in start.S discards 3c6968d9f5 hppa: Check PIC instead of SHARED in start.S discards 9a98e37b67 aarch64: Check PIC instead of SHARED in start.S discards dfa19eda45 sh: Update elf_machine_load_address for static PIE discards 761b339e15 s390: Update elf_machine_load_address for static PIE discards 4209ccbd25 m68k: Update elf_machine_load_address for static PIE discards 42b7a76658 aarch64: Update elf_machine_load_address for static PIE discards c3b2185725 Don't use hidden visibility in libc.a with PIE on i386 discards 2792d2c098 Add --enable-static-pie configure option to build static PIE [...] discards 4d73532f56 i386: Use "movl main@GOT(%ebx), %eax" in start.S discards 6e0cd13bf8 Add a test for main () in a shared object discards 42bbc35133 Revert x86: Allow undefined _DYNAMIC in static executable discards 6f3ce7fc43 mips: Don't check _DYNAMIC in elf_machine_load_address discards 0bf96e84ef arm: Don't check _DYNAMIC in elf_machine_load_address discards 4ff3d69aa4 Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc adds 4699cb8b5f Use libm_alias_double for dbl-64 logb. adds d8f619b393 Use libm_alias_double for dbl-64 modf. adds cdd4155d6c test-math-iscanonical.cc: Replace bool with int adds c34a19ed4b arm: Don't check _DYNAMIC in elf_machine_load_address adds 0c609d19e3 mips: Don't check _DYNAMIC in elf_machine_load_address adds 02d2d8927d Revert x86: Allow undefined _DYNAMIC in static executable adds 955774751b i386: Use "movl main@GOT(%ebx), %eax" in start.S new a0b9dd6c93 Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc new 5ab38a8b89 Add a test for main () in a shared object new 87cef0df30 Add --enable-static-pie configure option to build static PIE [...] new 658c5c67ee Don't use hidden visibility in libc.a with PIE on i386 new 460ec96cf7 aarch64: Update elf_machine_load_address for static PIE new 4ddb52a88b m68k: Update elf_machine_load_address for static PIE new 64eac2bc88 s390: Update elf_machine_load_address for static PIE new e942ecd674 sh: Update elf_machine_load_address for static PIE new 749617e6ba aarch64: Check PIC instead of SHARED in start.S new c8ce29efb2 hppa: Check PIC instead of SHARED in start.S new b354f7c233 m68k: Check PIC instead of SHARED in start.S new 8c3c555b62 microblaze: Check PIC instead of SHARED in start.S new 642c130061 sparc: Check PIC instead of SHARED in start.S new ab0809ccfa 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 (64d957024b) \ N -- N -- N refs/heads/hjl/pie/static (ab0809ccfa)
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 14 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 | 55 ++++++++++++++++++++++ csu/Makefile | 15 +++--- sysdeps/ieee754/dbl-64/s_logb.c | 6 +-- sysdeps/ieee754/dbl-64/s_modf.c | 7 ++- sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c | 7 ++- sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c | 7 ++- sysdeps/ieee754/ldbl-opt/s_logb.c | 5 -- sysdeps/ieee754/ldbl-opt/s_modf.c | 6 +-- .../powerpc32/power4/fpu/multiarch/s_logb-ppc32.c | 5 -- .../powerpc32/power4/fpu/multiarch/s_modf-ppc32.c | 5 -- .../powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c | 5 -- .../powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c | 5 -- 12 files changed, 76 insertions(+), 52 deletions(-) delete mode 100644 sysdeps/ieee754/ldbl-opt/s_logb.c