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.25-159-g29d92a8


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  29d92a8edabed7a1e062fc301bb127d734ec0c45 (commit)
      from  dd5905de03bd2b08ee9ea596e4b0925e2cd940c0 (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=29d92a8edabed7a1e062fc301bb127d734ec0c45

commit 29d92a8edabed7a1e062fc301bb127d734ec0c45
Author: Steve Ellcey <sellcey@caviumnetworks.com>
Date:   Tue Mar 28 09:07:03 2017 -0700

    Change TEST_NAME to memcpy to fix IFUNC testing of multiple versions.
    
    	* benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
    	(IMPL) Call with 1 instead of 0 as argument.

diff --git a/ChangeLog b/ChangeLog
index 9b64253..24908d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-28  Steve Ellcey  <sellcey@caviumnetworks.com>
+
+	* benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
+	(IMPL) Call with 1 instead of 0 as argument.
+
 2017-03-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.
diff --git a/benchtests/bench-memcpy-random.c b/benchtests/bench-memcpy-random.c
index 4cd6209..9ae925e 100644
--- a/benchtests/bench-memcpy-random.c
+++ b/benchtests/bench-memcpy-random.c
@@ -18,11 +18,11 @@
 
 #define MIN_PAGE_SIZE 131072
 #define TEST_MAIN
-#define TEST_NAME "memcpy-random"
+#define TEST_NAME "memcpy"
 #include "bench-string.h"
 #include <assert.h>
 
-IMPL (memcpy, 0)
+IMPL (memcpy, 1)
 
 #define NUM_COPIES 4096
 

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

Summary of changes:
 ChangeLog                        |    5 +++++
 benchtests/bench-memcpy-random.c |    4 ++--
 2 files changed, 7 insertions(+), 2 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]