This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fw/unwind-link in repository glibc.
discards d1e3c17037 nptl: Use <unwind-link.h> for accessing the libgcc_s unwinder discards 67398a546d Implement _Unwind_Resume in libc on top of <unwind-link.h> discards 47c3251cf5 Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c discards cc2ab2b164 __frame_state_for: Use <unwind-link.h> for unwinder access discards 467e6f1c95 s390: Implement backtrace on top of <unwind-link.h> discards bc5d511515 sparc: Implement backtrace on top <unwind-link.h> discards 80188847b5 m68k: Implement backtrace on top of <unwind-link.h> discards 2e8f9112e0 i386: Implement backtrace on top of <unwind-link.h> discards e5b2501341 arm: Implement backtrace on top of <unwind-link.h> discards eee1f62cdd backtrace: Implement on top of <unwind-link.h> discards 9105752b51 Implement <unwind-link.h> for dynamically loading the libgcc [...] adds 8a92214150 nss_compat: Do not use nss_* names for function pointers adds 499a92df8b nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS mac [...] adds 6978700688 nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONS adds ff10435963 nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS adds 7e3987ab54 nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS adds 680f109322 nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS adds bd65a52a5f nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONS adds fd3540deff nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS adds d3436a7f32 alpha: Fix static gettimeofday symbol adds c10acd4026 math/test-sinl-pseudo: Use stack protector only if available new 030c3e22e6 Implement <unwind-link.h> for dynamically loading the libgcc [...] new d3791ea298 backtrace: Implement on top of <unwind-link.h> new 91f10d5d71 arm: Implement backtrace on top of <unwind-link.h> new ca21e4d0ae i386: Implement backtrace on top of <unwind-link.h> new 089a9d42a3 m68k: Implement backtrace on top of <unwind-link.h> new 1f5c45ee23 sparc: Implement backtrace on top <unwind-link.h> new 713ebe2d9f s390: Implement backtrace on top of <unwind-link.h> new 3cd557dd66 __frame_state_for: Use <unwind-link.h> for unwinder access new f1659fa94f Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c new e488eedbe4 Implement _Unwind_Resume in libc on top of <unwind-link.h> new b8bd0d1437 nptl: Use <unwind-link.h> for accessing the libgcc_s unwinder
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 (d1e3c17037) \ N -- N -- N refs/heads/fw/unwind-link (b8bd0d1437)
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 11 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: hesiod/nss_hesiod/hesiod-grp.c | 2 + hesiod/nss_hesiod/hesiod-proto.c | 2 + hesiod/nss_hesiod/hesiod-pwd.c | 2 + hesiod/nss_hesiod/hesiod-service.c | 2 + nis/nss-nisplus.h | 1 + nscd/aicache.c | 23 +-- nss/nss.h | 203 ++++++++++++++++++++++++++- nss/nss_compat/compat-grp.c | 56 ++++---- nss/nss_compat/compat-initgroups.c | 73 +++++----- nss/nss_compat/compat-pwd.c | 58 ++++---- nss/nss_compat/compat-spwd.c | 46 +++--- nss/nss_db/db-init.c | 2 + nss/nss_db/db-initgroups.c | 1 - nss/nss_db/nss_db.h | 1 + nss/nss_files/files-alias.c | 2 + nss/nss_files/files-ethers.c | 3 + nss/nss_files/files-grp.c | 3 + nss/nss_files/files-hosts.c | 2 + nss/nss_files/files-init.c | 3 + nss/nss_files/files-initgroups.c | 3 + nss/nss_files/files-key.c | 2 + nss/nss_files/files-netgrp.c | 2 + nss/nss_files/files-network.c | 3 + nss/nss_files/files-proto.c | 2 + nss/nss_files/files-pwd.c | 3 + nss/nss_files/files-rpc.c | 2 + nss/nss_files/files-service.c | 2 + nss/nss_files/files-sgrp.c | 3 + nss/nss_files/files-spwd.c | 3 + resolv/nss_dns/dns-canon.c | 2 + resolv/nss_dns/dns-host.c | 2 + resolv/nss_dns/dns-network.c | 2 + sysdeps/ieee754/ldbl-96/Makefile | 2 + sysdeps/posix/getaddrinfo.c | 18 +-- sysdeps/{mips => sh}/arch-unwind-link.h | 2 +- sysdeps/unix/sysv/linux/alpha/gettimeofday.c | 7 +- time/gettimeofday.c | 4 +- 37 files changed, 393 insertions(+), 156 deletions(-) copy sysdeps/{mips => sh}/arch-unwind-link.h (94%)