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 hjl/pr19783 created. glibc-2.23-72-g5618ddc


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, hjl/pr19783 has been created
        at  5618ddc0ef337bee1c7811936f85ec1856fc9143 (commit)

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5618ddc0ef337bee1c7811936f85ec1856fc9143

commit 5618ddc0ef337bee1c7811936f85ec1856fc9143
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Mar 7 12:32:08 2016 -0800

    Support --enable-hardcoded-path-in-tests in benchtests
    
    benchtests should use $(test-via-rtld-prefix) and $(+link-tests) like
    other glibc tests.
    
    	[BZ #19783]
    	* benchtests/Makefile (run-bench): Replace $(rtld-prefix) with
    	$(test-via-rtld-prefix).
    	($(binaries-bench)): Replace $(+link) with $(+link-tests).

diff --git a/benchtests/Makefile b/benchtests/Makefile
index 2b553f8..a37d666 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -118,7 +118,7 @@ bench-deps := bench-skeleton.c bench-timing.h Makefile
 
 run-bench = $(test-wrapper-env) \
 	    $(run-program-env) \
-	    $($*-ENV) $(rtld-prefix) $${run}
+	    $($*-ENV) $(test-via-rtld-prefix) $${run}
 
 timing-type := $(objpfx)bench-timing-type
 
@@ -172,7 +172,7 @@ $(timing-type) $(binaries-bench) $(binaries-benchset) \
 	$(binaries-bench-malloc): %: %.o $(objpfx)json-lib.o \
   $(sort $(filter $(common-objpfx)lib%,$(link-libc))) \
   $(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit)
-	$(+link)
+	$(+link-tests)
 
 $(objpfx)bench-%.c: %-inputs $(bench-deps)
 	{ if [ -n "$($*-INCLUDE)" ]; then \

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


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]