This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/ifunc/master in repository glibc.
discards 6f14201996 x86-64: Use IFUNC memcpy and mempcpy in libc.a discards c55fe4a8e7 x86-64: Update comments in IFUNC selectors adds 7023e6db99 Fix BZ #21049. adds 4df54c89bb x86-64: Update comments in ifunc-impl-list.c adds 58d021c836 x86-64: Update comments in IFUNC selectors adds c5f70682a5 Use generic pthread support on hppa. adds 2e783eb905 Update hppa ulps. adds 4df365be47 Remove debug/stack_chk_fail_local.c [BZ #21740] adds 7fec70268f x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741] adds 9f9d3a4ca3 Don't include _dl_resolve_conflicts in libc.a [BZ #21742] new 46e0dc36fe x86-64: Use IFUNC memcpy and mempcpy in libc.a
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 (6f14201996) \ N -- N -- N refs/heads/hjl/ifunc/master (46e0dc36fe)
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 1 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 | 53 +++++++++++ debug/Makefile | 2 +- debug/stack_chk_fail_local.c | 46 --------- elf/dl-conflict.c | 2 + sysdeps/hppa/__longjmp.c | 11 ++- sysdeps/hppa/fpu/libm-test-ulps | 104 +++++++++++---------- sysdeps/nptl/bits/thread-shared-types.h | 2 +- sysdeps/unix/sysv/linux/hppa/internaltypes.h | 84 ----------------- sysdeps/unix/sysv/linux/hppa/pthread.h | 103 ++++---------------- .../unix/sysv/linux/hppa/pthread_cond_broadcast.c | 40 -------- .../unix/sysv/linux/hppa/pthread_cond_destroy.c | 40 -------- sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c | 40 -------- sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c | 40 -------- sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c | 53 ----------- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 40 ++++---- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 12 ++- 16 files changed, 171 insertions(+), 501 deletions(-) delete mode 100644 debug/stack_chk_fail_local.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/internaltypes.h delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c