This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e3da8f9bad Use proc_getchildren_rusage when available in getrusage and times. new 88b771ab5e Implement setcontext/getcontext/makecontext/swapcontext for [...]
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: sysdeps/mach/hurd/x86_64/Makefile | 4 + .../sparc64 => mach/hurd/x86_64}/__start_context.S | 31 +++-- .../sysv/linux => mach/hurd}/x86_64/getcontext.S | 60 +--------- .../sysv/linux => mach/hurd}/x86_64/makecontext.c | 43 +------ sysdeps/mach/hurd/x86_64/setcontext.S | 96 +++++++++++++++ .../sysv/linux => mach/hurd}/x86_64/swapcontext.S | 130 ++------------------- 6 files changed, 137 insertions(+), 227 deletions(-) copy sysdeps/{unix/sysv/linux/sparc/sparc64 => mach/hurd/x86_64}/__start_context.S (61%) copy sysdeps/{unix/sysv/linux => mach/hurd}/x86_64/getcontext.S (52%) copy sysdeps/{unix/sysv/linux => mach/hurd}/x86_64/makecontext.c (74%) create mode 100644 sysdeps/mach/hurd/x86_64/setcontext.S copy sysdeps/{unix/sysv/linux => mach/hurd}/x86_64/swapcontext.S (50%)