This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/22459] FAIL: elf/check-localplt


https://sourceware.org/bugzilla/show_bug.cgi?id=22459

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  67f36c7922fe5053549ec9aa7f60ed2c5c2d65b4 (commit)
      from  cccb6d4e87053ed63c74aee063fa84eb63ebf7b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=67f36c7922fe5053549ec9aa7f60ed2c5c2d65b4

commit 67f36c7922fe5053549ec9aa7f60ed2c5c2d65b4
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Nov 23 14:08:11 2017 +0100

    nss: Export nscd hash function as __nss_hash [BZ #22459]

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                        |   18 ++++++++++
 include/nss.h                    |   14 ++++++--
 nis/nis_hash.c                   |   65 ++++++-------------------------------
 nis/rpcsvc/nislib.h              |    1 -
 nscd/Makefile                    |    4 +-
 nscd/cache.c                     |    6 ++--
 nscd/nscd_hash.c                 |   19 -----------
 nscd/nscd_hash.h                 |   21 ------------
 nscd/nscd_helper.c               |    5 +--
 nss/Makefile                     |    2 +-
 nss/Versions                     |    1 +
 nis/nis_hash.c => nss/nss_hash.c |   65 ++++++++++++++++++++------------------
 12 files changed, 83 insertions(+), 138 deletions(-)
 delete mode 100644 nscd/nscd_hash.c
 delete mode 100644 nscd/nscd_hash.h
 copy nis/nis_hash.c => nss/nss_hash.c (67%)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]