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 00b5d5d1ed Add --enable-static-pie to build-many-glibcs.py discards b2a5a95c1c tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME discards 98d965a28a sparc: Check PIC instead of SHARED in start.S discards e608653b1f microblaze: Check PIC instead of SHARED in start.S discards 407b6c236a m68k: Check PIC instead of SHARED in start.S discards da98c9b9de hppa: Check PIC instead of SHARED in start.S discards 86db201542 arm: Check PIC instead of SHARED in start.S discards 3c535c39fd aarch64: Check PIC instead of SHARED in start.S discards f051ff934c tile: Support --enable-static-pie discards 1f51f698f3 sparc: Support --enable-static-pie discards 84dc321fe5 sh: Support --enable-static-pie discards 4ef128fc29 s390: Support --enable-static-pie discards fd52980ca8 powerpc: Support --enable-static-pie discards 60080257df nios2: Support --enable-static-pie discards f3f6574594 mips: Support --enable-static-pie discards f42afd5c17 microblaze: Support --enable-static-pie discards be7697bd92 m68k: Support --enable-static-pie discards a862040ed7 ia64: Support --enable-static-pie discards ef441fc43e hppa: Support --enable-static-pie discards fcd456861a arm: Support --enable-static-pie discards 0eaa16b3d7 aarch64: Support --enable-static-pie discards 988dabb1a8 Don't use hidden visibility in libc.a with PIE on i386 discards 6097419f19 Add --enable-static-pie configure option to build static PIE discards 1da6357e65 Add a test for non-PIE static executable discards a15872c383 ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP adds bf27d3973d New generic logf adds 90c42e40d0 missed ChangeLog entry adds 875c76c704 New generic log2f adds 4ea49f4c08 New generic powf adds fffb150735 Remove old cimag inlines adds bd8d53bb33 Use fabs(f/l) rather than __fabs adds 2f92505d20 Update x86_64 libm-test-ulps. new 957b1d418c ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP new e9d1a723c8 Add a test for non-PIE static executable new 0a67dfd8d1 Add --enable-static-pie configure option to build static PIE new 83e0279653 Don't use hidden visibility in libc.a with PIE on i386 new 6676b49dbf aarch64: Support --enable-static-pie new d4a3cb8f1c arm: Support --enable-static-pie new 95a6a5aadd hppa: Support --enable-static-pie new bade64c082 ia64: Support --enable-static-pie new 270d63d3e5 m68k: Support --enable-static-pie new 709b1503de microblaze: Support --enable-static-pie new ff369563e2 mips: Support --enable-static-pie new 2a3db3f8e3 nios2: Support --enable-static-pie new 38058cd986 powerpc: Support --enable-static-pie new 3207ce4b31 s390: Support --enable-static-pie new 80dc26f8ef sh: Support --enable-static-pie new 3faab4cbe0 sparc: Support --enable-static-pie new 3cd4fa1fba tile: Support --enable-static-pie new 0a4c207339 aarch64: Check PIC instead of SHARED in start.S new 21f28b917a arm: Check PIC instead of SHARED in start.S new b0571a56e3 hppa: Check PIC instead of SHARED in start.S new 4bf8f80282 m68k: Check PIC instead of SHARED in start.S new dd728f680a microblaze: Check PIC instead of SHARED in start.S new 7ac533b603 sparc: Check PIC instead of SHARED in start.S new 91539ebe79 tile: Check SHARED instead PIC for SYSCALL_ERROR_NAME new c38eafe47b 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 (00b5d5d1ed) \ N -- N -- N refs/heads/hjl/pie/static (c38eafe47b)
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 25 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 | 67 ++++ INSTALL | 3 +- NEWS | 5 +- manual/install.texi | 3 +- math/Makefile | 3 +- math/bits/cmathcalls.h | 30 -- sysdeps/i386/fpu/{doasin.c => e_log2f_data.c} | 0 sysdeps/i386/fpu/{doasin.c => e_logf_data.c} | 0 sysdeps/i386/fpu/{doasin.c => e_powf_log2_data.c} | 0 .../{i386/fpu/doasin.c => ia64/fpu/e_log2f_data.c} | 0 .../{i386/fpu/doasin.c => ia64/fpu/e_logf_data.c} | 0 .../fpu/doasin.c => ia64/fpu/e_powf_log2_data.c} | 0 sysdeps/ieee754/dbl-64/e_lgamma_r.c | 2 +- sysdeps/ieee754/dbl-64/e_log10.c | 2 +- sysdeps/ieee754/dbl-64/e_log2.c | 2 +- sysdeps/ieee754/flt-32/e_lgammaf_r.c | 2 +- sysdeps/ieee754/flt-32/e_log10f.c | 2 +- sysdeps/ieee754/flt-32/e_log2f.c | 148 ++++---- sysdeps/ieee754/flt-32/e_log2f_data.c | 44 +++ sysdeps/ieee754/flt-32/e_logf.c | 148 ++++---- sysdeps/ieee754/flt-32/e_logf_data.c | 44 +++ sysdeps/ieee754/flt-32/e_powf.c | 388 ++++++++++----------- sysdeps/ieee754/flt-32/e_powf_log2_data.c | 45 +++ sysdeps/ieee754/flt-32/math_config.h | 50 +++ sysdeps/ieee754/ldbl-128/e_lgammal_r.c | 2 +- sysdeps/ieee754/ldbl-128/e_log10l.c | 2 +- sysdeps/ieee754/ldbl-128/e_log2l.c | 2 +- sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c | 2 +- sysdeps/ieee754/ldbl-128ibm/e_log10l.c | 2 +- sysdeps/ieee754/ldbl-128ibm/e_log2l.c | 2 +- .../doasin.c => m68k/m680x0/fpu/e_log2f_data.c} | 0 .../fpu/doasin.c => m68k/m680x0/fpu/e_logf_data.c} | 0 .../m680x0/fpu/e_powf_log2_data.c} | 0 sysdeps/powerpc/nofpu/Makefile | 3 + sysdeps/x86_64/fpu/libm-test-ulps | 4 +- 35 files changed, 614 insertions(+), 393 deletions(-) copy sysdeps/i386/fpu/{doasin.c => e_log2f_data.c} (100%) copy sysdeps/i386/fpu/{doasin.c => e_logf_data.c} (100%) copy sysdeps/i386/fpu/{doasin.c => e_powf_log2_data.c} (100%) copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/e_log2f_data.c} (100%) copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/e_logf_data.c} (100%) copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/e_powf_log2_data.c} (100%) create mode 100644 sysdeps/ieee754/flt-32/e_log2f_data.c create mode 100644 sysdeps/ieee754/flt-32/e_logf_data.c create mode 100644 sysdeps/ieee754/flt-32/e_powf_log2_data.c copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/e_log2f_data.c} (100%) copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/e_logf_data.c} (100%) copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/e_powf_log2_data.c} (100%)