This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 02008f8301 hurd: whitelist ld.so PLTs supposed to be avoided by rtld_hidden new 7a8f45e302 hurd: Avoid some libc.so PLTs
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 | 42 +++++++++++++++++++++++++++++++++ hurd/catch-signal.c | 27 +++++++++++---------- hurd/exc2signal.c | 1 + hurd/hurdexec.c | 1 + hurd/hurdinit.c | 1 + hurd/hurdsig.c | 4 +++- hurd/intern-fd.c | 1 + hurd/intr-msg.c | 1 + hurd/path-lookup.c | 27 +++++++++++---------- mach/errstring.c | 1 + mach/msg-destroy.c | 1 + mach/mutex-init.c | 1 + mach/spin-lock.c | 6 +++++ mach/spin-solid.c | 1 + sysdeps/hurd/include/hurd.h | 5 ++++ sysdeps/hurd/include/hurd/fd.h | 4 ++++ sysdeps/hurd/include/hurd/signal.h | 6 +++++ sysdeps/mach/hurd/getcwd.c | 9 +++---- sysdeps/mach/hurd/mig-reply.c | 4 ++++ sysdeps/mach/include/lock-intern.h | 12 ++++++++++ sysdeps/mach/include/mach.h | 4 ++++ sysdeps/mach/include/mach/mig_support.h | 6 +++++ sysdeps/mach/include/mach_error.h | 4 ++++ 23 files changed, 138 insertions(+), 31 deletions(-) create mode 100644 sysdeps/hurd/include/hurd.h create mode 100644 sysdeps/hurd/include/hurd/fd.h create mode 100644 sysdeps/hurd/include/hurd/signal.h create mode 100644 sysdeps/mach/include/lock-intern.h create mode 100644 sysdeps/mach/include/mach.h create mode 100644 sysdeps/mach/include/mach/mig_support.h create mode 100644 sysdeps/mach/include/mach_error.h