This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cacheinfo/master in repository glibc.
discards 79bef76c28 x86: Add cache info to cpu_features discards 91be4dced0 x86: Don't include cacheinfo.c in ld.so discards 3dd063a2ac x86: Use __get_cpu_features to get cpu_features adds 231a59ce2c Fix a bug in 'Remove __need macros from signal.h' (a992f506) adds cfed8ece79 Fix sys/ucontext.h namespace from signal.h etc. inclusion (b [...] adds 666c0c5efa Fix sigstack namespace (bug 21511). adds 7c1d722554 x86: Use __get_cpu_features to get cpu_features new 9c450f6f6f x86: Don't include cacheinfo.c in ld.so new 42419536fd x86: Add cache info to cpu_features
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 (79bef76c28) \ N -- N -- N refs/heads/hjl/cacheinfo/master (42419536fd)
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 2 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 | 135 ++++++++++++++++++++++ conform/data/signal.h-data | 4 +- signal/signal.h | 21 ++-- sysdeps/arm/sys/ucontext.h | 10 +- sysdeps/generic/sys/ucontext.h | 10 +- sysdeps/i386/sys/ucontext.h | 10 +- sysdeps/m68k/sys/ucontext.h | 10 +- sysdeps/mips/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/alpha/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/arm/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/bits/siginfo-consts.h | 4 +- sysdeps/unix/sysv/linux/bits/types/siginfo_t.h | 24 +++- sysdeps/unix/sysv/linux/hppa/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/ia64/bits/siginfo-arch.h | 2 - sysdeps/unix/sysv/linux/ia64/sys/ucontext.h | 7 +- sysdeps/unix/sysv/linux/m68k/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/mips/bits/siginfo-arch.h | 2 - sysdeps/unix/sysv/linux/mips/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/nios2/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 5 - sysdeps/unix/sysv/linux/s390/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/sh/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h | 2 - sysdeps/unix/sysv/linux/sparc/sys/ucontext.h | 12 +- sysdeps/unix/sysv/linux/tile/bits/siginfo-arch.h | 1 - sysdeps/unix/sysv/linux/tile/sys/ucontext.h | 10 +- sysdeps/unix/sysv/linux/x86/bits/sigcontext.h | 2 + sysdeps/unix/sysv/linux/x86/bits/siginfo-arch.h | 2 - sysdeps/unix/sysv/linux/x86/sys/ucontext.h | 12 +- 30 files changed, 212 insertions(+), 173 deletions(-)