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.18-23-gffabd39


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  ffabd3937aea799d2779e8b1b0a5385eebadd452 (commit)
      from  e0a69f5cb8147bc9d746de14ec66d060c583d863 (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=ffabd3937aea799d2779e8b1b0a5385eebadd452

commit ffabd3937aea799d2779e8b1b0a5385eebadd452
Author: Andreas Schwab <schwab@suse.de>
Date:   Wed Aug 21 10:19:01 2013 +0200

    Fix dependencies for stdlib/tst-tls-atexit

diff --git a/ChangeLog b/ChangeLog
index b617e96..7e7e3c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-26  Andreas Schwab  <schwab@suse.de>
+
+	* stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
+	($(objpfx)tst-tls-atexit): Add dependencies here instead.
+
 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* nscd/aicache.c (addhstaiX): Fix indentation.
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 17d80e0..b76c97a 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -161,6 +161,6 @@ $(objpfx)tst-strtod6: $(link-libm)
 
 tst-tls-atexit-lib.so-no-z-defs = yes
 
-LDFLAGS-tst-tls-atexit = $(common-objpfx)nptl/libpthread.so \
+$(objpfx)tst-tls-atexit: $(common-objpfx)nptl/libpthread.so \
 			 $(common-objpfx)dlfcn/libdl.so
 $(objpfx)tst-tls-atexit.out: $(objpfx)tst-tls-atexit-lib.so

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

Summary of changes:
 ChangeLog       |    5 +++++
 stdlib/Makefile |    2 +-
 2 files changed, 6 insertions(+), 1 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]