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]

GNU C Library master sources branch master updated. glibc-2.24-667-g4283b38


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  4283b387253eb68647bd4c91f9d6ac615982919f (commit)
      from  64ae9fe45662c8994b0e56ab469b01967408a154 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4283b387253eb68647bd4c91f9d6ac615982919f

commit 4283b387253eb68647bd4c91f9d6ac615982919f
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Wed Feb 1 17:34:06 2017 +0100

    Fix missing test dependency

diff --git a/ChangeLog b/ChangeLog
index 194c8c4..f9b94fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2017-02-01  Andreas Schwab  <schwab@linux-m68k.org>
 
+	* conform/Makefile (linknamespace-libs): Define.
+
 	* sysdeps/m68k/m680x0/m68020/atomic-machine.h
 	(__arch_compare_and_exchange_val_64_acq, atomic_exchange_acq)
 	(atomic_exchange_and_add, atomic_add): Add casts to 64 bit asm
diff --git a/conform/Makefile b/conform/Makefile
index 2743071..b393641 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -226,6 +226,8 @@ linknamespace-libs-UNIX98 = $(linknamespace-libs-xsi)
 linknamespace-libs-XOPEN2K = $(linknamespace-libs-xsi)
 linknamespace-libs-POSIX2008 = $(linknamespace-libs-posix)
 linknamespace-libs-XOPEN2K8 = $(linknamespace-libs-xsi)
+linknamespace-libs = $(foreach std,$(conformtest-standards),\
+				   $(linknamespace-libs-$(std)))
 
 $(linknamespace-symlist-stdlibs-tests): $(objpfx)symlist-stdlibs-%: \
 					$(linknamespace-libs)

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

Summary of changes:
 ChangeLog        |    2 ++
 conform/Makefile |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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