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 f587daf251 Add --enable-static-pie to build-many-glibcs.py discards 3ee7525f8e sparc: Check PIC instead of SHARED in start.S discards 3969f58b55 microblaze: Check PIC instead of SHARED in start.S discards b0286374c1 m68k: Check PIC instead of SHARED in start.S discards d32b555065 hppa: Check PIC instead of SHARED in start.S discards ffc326a9bb aarch64: Check PIC instead of SHARED in start.S discards 938f1fb2c5 sh: Update elf_machine_load_address for static PIE discards 1b8670104f s390: Update elf_machine_load_address for static PIE discards db977155c5 m68k: Update elf_machine_load_address for static PIE discards 4edf60fa32 aarch64: Update elf_machine_load_address for static PIE discards 63696fa1d8 Add --enable-static-pie configure option to build static PIE [...] adds 84d0e6f052 support_format_hostent: Add more error information for NETDB [...] adds 7ea59e3e5d S390: Regenerate ULPs adds 0c25125780 tst-gmon: Build with -fno-omit-frame-pointer adds 91e7cf982d abort: Do not flush stdio streams [BZ #15436] adds 19f82f3586 Always do locking when iterating over list of streams (bug 15142) adds 644d38570a Remove add-ons mechanism. adds 1e9522c61c nscd: Eliminate compilation time dependency in the build output adds 9ec87fd2b1 benchtests: Memory walking benchmark for memcpy adds 36bb8edf51 benchtests: Memory walking benchmark for memset adds 5bfb04042d benchtests: Memory walking benchmark for memmove adds dd5bc7f1b3 aarch64: Optimized implementation of memmove for Qualcomm Falkor adds 86f9568af6 Use libm_alias_ldouble for ldbl-96 functions. adds 0db0b931cf Update ARM libm-test-ulps. new dc4e128bab Add --enable-static-pie configure option to build static PIE [...] new d192dfe910 aarch64: Update elf_machine_load_address for static PIE new 6989f9b7be m68k: Update elf_machine_load_address for static PIE new f256161edd s390: Update elf_machine_load_address for static PIE new 39abed4674 sh: Update elf_machine_load_address for static PIE new cb10c79264 aarch64: Check PIC instead of SHARED in start.S new 9c0188668b hppa: Check PIC instead of SHARED in start.S new 3dcd7e147f m68k: Check PIC instead of SHARED in start.S new a8d35ee5c3 microblaze: Check PIC instead of SHARED in start.S new f01b79354b sparc: Check PIC instead of SHARED in start.S new 1533643281 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 (f587daf251) \ N -- N -- N refs/heads/hjl/pie/static (1533643281)
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 11 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 | 199 ++++++++++++++ INSTALL | 17 -- Makeconfig | 27 +- Makefile | 3 +- NEWS | 9 + benchtests/Makefile | 3 +- .../{bench-memcpy-large.c => bench-memcpy-walk.c} | 71 ++--- benchtests/bench-memmove-walk.c | 143 ++++++++++ .../{bench-memset-large.c => bench-memset-walk.c} | 50 ++-- config.make.in | 3 - configure | 287 ++------------------- configure.ac | 268 ++----------------- elf/dl-reloc-static-pie.c | 22 +- elf/dl-support.c | 13 +- gmon/Makefile | 2 +- libidn/configure | 16 -- libio/genops.c | 60 ++--- manual/Makefile | 9 +- manual/install.texi | 16 -- manual/libc-texinfo.sh | 17 +- manual/maint.texi | 11 +- nscd/nscd_stat.c | 27 +- scripts/build-many-glibcs.py | 1 - scripts/gen-sorted.awk | 34 +-- scripts/test-installation.pl | 3 +- stdlib/abort.c | 29 +-- support/support_format_hostent.c | 14 +- sysdeps/aarch64/multiarch/Makefile | 3 +- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 1 + sysdeps/aarch64/multiarch/memmove.c | 7 +- sysdeps/aarch64/multiarch/memmove_falkor.S | 232 +++++++++++++++++ sysdeps/arm/libm-test-ulps | 10 +- sysdeps/ieee754/ldbl-96/s_asinhl.c | 3 +- sysdeps/ieee754/ldbl-96/s_cbrtl.c | 3 +- sysdeps/ieee754/ldbl-96/s_copysignl.c | 3 +- sysdeps/ieee754/ldbl-96/s_cosl.c | 3 +- sysdeps/ieee754/ldbl-96/s_erfl.c | 5 +- sysdeps/ieee754/ldbl-96/s_fmal.c | 3 +- sysdeps/ieee754/ldbl-96/s_frexpl.c | 3 +- sysdeps/ieee754/ldbl-96/s_fromfpl.c | 2 +- sysdeps/ieee754/ldbl-96/s_fromfpl_main.c | 1 + sysdeps/ieee754/ldbl-96/s_fromfpxl.c | 2 +- sysdeps/ieee754/ldbl-96/s_getpayloadl.c | 3 +- sysdeps/ieee754/ldbl-96/s_llrintl.c | 3 +- sysdeps/ieee754/ldbl-96/s_llroundl.c | 3 +- sysdeps/ieee754/ldbl-96/s_lrintl.c | 3 +- sysdeps/ieee754/ldbl-96/s_lroundl.c | 3 +- sysdeps/ieee754/ldbl-96/s_modfl.c | 3 +- sysdeps/ieee754/ldbl-96/s_nextupl.c | 3 +- sysdeps/ieee754/ldbl-96/s_remquol.c | 3 +- sysdeps/ieee754/ldbl-96/s_roundevenl.c | 3 +- sysdeps/ieee754/ldbl-96/s_roundl.c | 3 +- sysdeps/ieee754/ldbl-96/s_setpayloadl.c | 2 +- sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c | 1 + sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c | 2 +- sysdeps/ieee754/ldbl-96/s_sincosl.c | 3 +- sysdeps/ieee754/ldbl-96/s_sinl.c | 3 +- sysdeps/ieee754/ldbl-96/s_tanhl.c | 3 +- sysdeps/ieee754/ldbl-96/s_tanl.c | 3 +- sysdeps/ieee754/ldbl-96/s_totalorderl.c | 3 +- sysdeps/ieee754/ldbl-96/s_totalordermagl.c | 3 +- sysdeps/ieee754/ldbl-96/s_ufromfpl.c | 2 +- sysdeps/ieee754/ldbl-96/s_ufromfpxl.c | 2 +- sysdeps/nptl/Makeconfig | 2 +- sysdeps/s390/fpu/libm-test-ulps | 10 +- sysdeps/unix/inet/Subdirs | 1 + sysdeps/unix/inet/configure | 9 + {libidn => sysdeps/unix/inet}/configure.ac | 8 +- 68 files changed, 886 insertions(+), 836 deletions(-) copy benchtests/{bench-memcpy-large.c => bench-memcpy-walk.c} (54%) create mode 100644 benchtests/bench-memmove-walk.c copy benchtests/{bench-memset-large.c => bench-memset-walk.c} (71%) delete mode 100644 libidn/configure create mode 100644 sysdeps/aarch64/multiarch/memmove_falkor.S create mode 100644 sysdeps/unix/inet/configure rename {libidn => sysdeps/unix/inet}/configure.ac (54%)