This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pie/hidden in repository glibc.
omits fea827170a Add hidden visibility to internal function prototypes omits 8b78950426 Mark internal functions with attribute_hidden omits 2de2619f40 Enable hidden visibility in libc.a compiled with PIE omits 0f20efcd39 Don't compile non-lib modules as lib modules [BZ #21864] adds 88ff4d5561 conformtest: Disable si_value expectation for XPG42. adds dbb488ff46 Use “copy "i18n"” in km_KH locale adds 54d68f5f61 Change language name in LC_IDENTIFICATION of bn_BD and bn_IN [...] adds e9f57484aa S390: Add new s390 platform z14. adds 4ebf934e34 i386: Replace internal_function attribute for __mcount_internal adds ee72219a49 powerpc: Add values from Linux 4.8 to <elf.h> adds 6014c65de2 gmon: Add test for basic mcount/gprof functionality adds bbf5c4388a aio: Remove support for BROKEN_THREAD_SIGNALS adds 6b11a6ad71 gmon: Run tst-gmon-prof only for run-built-tests=yes adds f59f7adb4a x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955] adds eedca9772e ldd: never run file directly adds 403143e1df Add ChangeLog reference to bug 16750/CVE-2009-5064 adds 24a2e6588d x86-64: Optimize e_expf with FMA [BZ #21912] adds 20c7b195d0 Mention x86-64 FMA optimization in NEWS adds 5047057ffa Allow abort PLT references in libc.so for SH. adds 87e7bf4d36 Remove "[Add new features here]" for 2.27 new fae39ac3fb Don't compile non-lib modules as lib modules [BZ #21864] new 15e8f11ee4 Enable hidden visibility in libc.a compiled with PIE new 1760087874 Mark internal functions with attribute_hidden new 362d54c511 Add hidden visibility to internal function prototypes
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 (fea827170a) \ N -- N -- N refs/heads/hjl/pie/hidden (362d54c511)
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 4 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 | 100 +++ Makeconfig | 2 +- NEWS | 9 +- aclocal.m4 | 2 + config.make.in | 1 + configure | 3 + conform/data/sys/wait.h-data | 2 + elf/elf.h | 16 + elf/ldd.bash.in | 14 +- gmon/Makefile | 20 +- .../dl-tunables.list => gmon/tst-gmon-gprof.sh | 49 +- inet/test-hnto-types.c => gmon/tst-gmon.c | 43 +- localedata/ChangeLog | 12 + localedata/locales/bn_BD | 4 +- localedata/locales/bn_IN | 10 +- localedata/locales/km_KH | 825 +-------------------- sysdeps/i386/machine-gmon.h | 7 +- sysdeps/pthread/aio_misc.c | 4 - sysdeps/pthread/aio_misc.h | 16 - sysdeps/pthread/aio_notify.c | 18 - sysdeps/pthread/aio_suspend.c | 3 - sysdeps/pthread/lio_listio.c | 16 - sysdeps/s390/dl-procinfo.c | 4 +- sysdeps/s390/dl-procinfo.h | 2 +- sysdeps/unix/sysv/linux/sh/localplt.data | 2 + sysdeps/x86_64/fpu/e_expf.S | 4 +- sysdeps/x86_64/fpu/multiarch/Makefile | 3 + sysdeps/x86_64/fpu/multiarch/e_expf-fma.S | 182 +++++ .../x86_64/fpu/multiarch/e_expf.c | 14 +- .../fpu/multiarch/{ifunc-fma4.h => ifunc-fma.h} | 7 +- 30 files changed, 445 insertions(+), 949 deletions(-) copy sysdeps/aarch64/dl-tunables.list => gmon/tst-gmon-gprof.sh (51%) copy inet/test-hnto-types.c => gmon/tst-gmon.c (60%) create mode 100644 sysdeps/x86_64/fpu/multiarch/e_expf-fma.S copy bits/uio_lim.h => sysdeps/x86_64/fpu/multiarch/e_expf.c (73%) copy sysdeps/x86_64/fpu/multiarch/{ifunc-fma4.h => ifunc-fma.h} (88%)