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-490-g009ba64


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  009ba649b4999ea269de8d0b301e659f075df495 (commit)
      from  42e8394f5145899c68c8e8008e5f40ce843f039e (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=009ba649b4999ea269de8d0b301e659f075df495

commit 009ba649b4999ea269de8d0b301e659f075df495
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Sun Dec 18 01:22:29 2016 +0530

    Link benchset tests against libsupport
    
    Benchsets in benchtests use test-skeleton, so they too need to be
    linked against the new libsupport DSO.
    
           * benchtests/Makefile (binaries-benchset): Depend on libsupport
           DSO.

diff --git a/ChangeLog b/ChangeLog
index dee8dae..452210e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-17  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+	* benchtests/Makefile (binaries-benchset): Depend on libsupport
+	DSO.
+
 2016-12-17  Martin Galvan  <martingalvan@sourceware.org>
 
 	* Rules (python-flags, python-invoke): New.
diff --git a/benchtests/Makefile b/benchtests/Makefile
index 5a61522..ba4d068 100644
--- a/benchtests/Makefile
+++ b/benchtests/Makefile
@@ -192,6 +192,7 @@ bench-func: $(binaries-bench)
 
 $(timing-type) $(binaries-bench) $(binaries-benchset) \
 	$(binaries-bench-malloc): %: %.o $(objpfx)json-lib.o \
+	$(link-extra-libs-tests) \
   $(sort $(filter $(common-objpfx)lib%,$(link-libc))) \
   $(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit)
 	$(+link-tests)

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

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