This is the mail archive of the glibc-cvs@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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.14-7-g978f13e


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  978f13ef739123a0f4dbc85519d4cacc23e35abf (commit)
      from  3c6ac5cbe1b17f08bf66be4b1b1c6ffd01729af9 (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=978f13ef739123a0f4dbc85519d4cacc23e35abf

commit 978f13ef739123a0f4dbc85519d4cacc23e35abf
Author: Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
Date:   Thu Aug 18 14:13:12 2011 +0000

    [ARM] Add libc-do-syscall for libnss_db.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index 9a9cda2..569b98f 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,3 +1,8 @@
+2011-08-18  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
+
+	* sysdeps/unix/sysv/linux/arm/eabi/Makefile: Add libc-do-syscall
+	for libnss_db.
+
 2011-08-02  Andrew Haley  <aph@redhat.com>
 
 	* sysdeps/unix/sysv/linux/arm/clone.S: Mark as .cantunwind.
diff --git a/sysdeps/unix/sysv/linux/arm/eabi/Makefile b/sysdeps/unix/sysv/linux/arm/eabi/Makefile
index 761c964..1318bc4 100644
--- a/sysdeps/unix/sysv/linux/arm/eabi/Makefile
+++ b/sysdeps/unix/sysv/linux/arm/eabi/Makefile
@@ -33,6 +33,11 @@ ifeq ($(subdir),nscd)
 nscd-modules += libc-do-syscall
 endif
 
+ifeq ($(subdir),nss)
+libnss_db-sysdep_routines += libc-do-syscall
+libnss_db-shared-only-routines += libc-do-syscall
+endif
+
 ifeq ($(subdir),posix)
 LDFLAGS-tst-rfc3484 += $(common-objpfx)csu/libc-do-syscall.o
 LDFLAGS-tst-rfc3484-2 += $(common-objpfx)csu/libc-do-syscall.o

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

Summary of changes:
 ChangeLog.arm                             |    5 +++++
 sysdeps/unix/sysv/linux/arm/eabi/Makefile |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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