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.19-277-g95561fb


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  95561fb9c55acccc2a5d5daac145fd3daeb27fa7 (commit)
      from  970c602aa60bb29845c445c18d7b20f7c4552b78 (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=95561fb9c55acccc2a5d5daac145fd3daeb27fa7

commit 95561fb9c55acccc2a5d5daac145fd3daeb27fa7
Author: Paul Pluzhnikov <ppluzhnikov@google.com>
Date:   Fri Apr 11 11:25:53 2014 -0700

    2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
    
    	* elf/Makefile (tests): make tst-dlopen-aout conditional on
    	enable-hardcoded-path-in-tests

diff --git a/ChangeLog b/ChangeLog
index 5a9db78..79d3dbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* elf/Makefile (tests): make tst-dlopen-atout conditional on
+	enable-hardcoded-path-in-tests
+
 2014-04-11  Will Newton  <will.newton@linaro.org>
 
 	* benchtests/Makefile (extra-objs): Add json-lib.o.
diff --git a/elf/Makefile b/elf/Makefile
index d96cd40..7ff3da2 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -148,8 +148,11 @@ tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
 	 tst-stackguard1 tst-addr1 tst-thrlock \
 	 tst-unique1 tst-unique2 tst-unique3 tst-unique4 \
 	 tst-initorder tst-initorder2 tst-relsort1 tst-null-argv \
-	 tst-ptrguard1 tst-dlopen-aout
+	 tst-ptrguard1
 #	 reldep9
+ifeq ($(build-hardcoded-path-in-tests),yes)
+tests += tst-dlopen-aout
+endif
 test-srcs = tst-pathopt
 selinux-enabled := $(shell cat /selinux/enforce 2> /dev/null)
 ifneq ($(selinux-enabled),1)

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

Summary of changes:
 ChangeLog    |    5 +++++
 elf/Makefile |    5 ++++-
 2 files changed, 9 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]