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 1798eb01da Add --enable-static-pie to build-many-glibcs.py discards 92709e13be sparc: Check PIC instead of SHARED in start.S discards 02371ebc45 microblaze: Check PIC instead of SHARED in start.S discards 70223be575 m68k: Check PIC instead of SHARED in start.S discards 99dd76116c hppa: Check PIC instead of SHARED in start.S discards 51e266da20 aarch64: Check PIC instead of SHARED in start.S discards 62b05f1544 sh: Update elf_machine_load_address for static PIE discards 088b6db393 s390: Update elf_machine_load_address for static PIE discards 5694e48f45 m68k: Update elf_machine_load_address for static PIE discards e1664641e0 aarch64: Update elf_machine_load_address for static PIE discards 83e95a0f4d Add --enable-static-pie configure option to build static PIE [...] discards 75d3ab88fa Add a test for profiling static executable adds 5ba41de9ed fix posix/tst-spawn test adds 077ee12978 Benchtests for sinf, cosf and sincosf adds 7d25d410c2 Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage. adds 1def91b304 Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage. adds 006e766437 Use libm_alias_ldouble for SPARC fabsl. adds 179dcdb7af [BZ #22142] powerpc: Fix the carry bit on mpn_[add|sub]_n on POWER7 adds e8dbd6a36d powerpc: Avoid putting floating point values in memory [BZ #22189] adds 8644588807 Fix TLS relocations against local symbols on powerpc32, spar [...] adds e4f530da0d nptl: Preserve error in setxid thread broadcast in coredumps [...] adds f8718a9e16 Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c. adds 18c08b9641 Support strfromf128 alias. adds 8dc8be75d2 localedata: Reorganize Unicode LC_CTYPE inclusion. adds f16491eb8e locale: Fix localedef exit code (Bug 22292) adds a3e23a2c1d locale: Allow "" int_curr_Symbol (bug 22294) adds bc3821bb3b locale: No warning for non-symbolic character (bug 22295) adds a4777c46af Add a test for profiling static executable new 07dddabe06 Add --enable-static-pie configure option to build static PIE [...] new 4335ebe65f aarch64: Update elf_machine_load_address for static PIE new 1eddd1bf12 m68k: Update elf_machine_load_address for static PIE new bdd2dfd7ae s390: Update elf_machine_load_address for static PIE new a2542bb2c7 sh: Update elf_machine_load_address for static PIE new cb3725e1c3 aarch64: Check PIC instead of SHARED in start.S new d703101ae2 hppa: Check PIC instead of SHARED in start.S new 156e571d5b m68k: Check PIC instead of SHARED in start.S new 4ea9f0adf0 microblaze: Check PIC instead of SHARED in start.S new ca42267a57 sparc: Check PIC instead of SHARED in start.S new 5687269ac5 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 (1798eb01da) \ N -- N -- N refs/heads/hjl/pie/static (5687269ac5)
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 | 169 + benchtests/Makefile | 3 +- benchtests/cosf-inputs | 2408 ++++++++++++ benchtests/sincosf-inputs | 5306 +++++++++++++++++++++++++++ benchtests/sinf-inputs | 2910 +++++++++++++++ locale/programs/charmap-dir.c | 6 +- locale/programs/charmap.c | 35 +- locale/programs/ld-address.c | 90 +- locale/programs/ld-collate.c | 64 +- locale/programs/ld-ctype.c | 258 +- locale/programs/ld-identification.c | 24 +- locale/programs/ld-measurement.c | 14 +- locale/programs/ld-messages.c | 35 +- locale/programs/ld-monetary.c | 69 +- locale/programs/ld-name.c | 20 +- locale/programs/ld-numeric.c | 23 +- locale/programs/ld-paper.c | 14 +- locale/programs/ld-telephone.c | 26 +- locale/programs/ld-time.c | 97 +- locale/programs/linereader.c | 8 - locale/programs/linereader.h | 26 +- locale/programs/locale.c | 6 +- locale/programs/localedef.c | 62 +- locale/programs/localedef.h | 18 +- locale/programs/locarchive.c | 4 +- locale/programs/locfile.c | 15 +- locale/programs/record-status.h | 227 ++ locale/programs/repertoire.c | 11 +- localedata/gen-locale.sh | 26 +- localedata/locales/i18n | 2297 +----------- localedata/locales/{i18n => i18n_ctype} | 385 +- localedata/tst-fmon.sh | 19 +- localedata/tst-locale.sh | 19 +- localedata/unicode-gen/Makefile | 26 +- nptl/allocatestack.c | 9 +- posix/tst-spawn.c | 20 +- stdio-common/tst-printf.c | 4 + stdio-common/tst-printf.sh | 8 + stdlib/strfroml.c | 12 + sysdeps/ieee754/ldbl-64-128/s_nextafterl.c | 3 + sysdeps/ieee754/ldbl-opt/s_clog10l.c | 6 +- sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c | 5 - sysdeps/powerpc/fpu/math_private.h | 7 + sysdeps/powerpc/powerpc32/dl-machine.h | 5 +- sysdeps/powerpc/powerpc64/power7/add_n.S | 8 +- sysdeps/sparc/sparc32/dl-machine.h | 1 + sysdeps/sparc/sparc32/fpu/s_fabsl.c | 3 +- sysdeps/sparc/sparc64/dl-machine.h | 1 + sysdeps/sparc/sparc64/fpu/s_fabsl.c | 4 +- 49 files changed, 11606 insertions(+), 3210 deletions(-) create mode 100644 benchtests/cosf-inputs create mode 100644 benchtests/sincosf-inputs create mode 100644 benchtests/sinf-inputs create mode 100644 locale/programs/record-status.h copy localedata/locales/{i18n => i18n_ctype} (91%)