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/ifunc/c updated. glibc-2.25-465-ge135595


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/ifunc/c has been updated
       via  e1355953de6ace21bde48d841ba1de3740591ef9 (commit)
      from  e73ee6709d22cae001822cbee223428894e061dd (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=e1355953de6ace21bde48d841ba1de3740591ef9

commit e1355953de6ace21bde48d841ba1de3740591ef9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jun 13 06:40:22 2017 -0700

    Rename ifunc-strcasecmp.h to ifunc-strcmp.h

diff --git a/sysdeps/x86_64/multiarch/ifunc-strcasecmp.h b/sysdeps/x86_64/multiarch/ifunc-strcmp.h
similarity index 96%
rename from sysdeps/x86_64/multiarch/ifunc-strcasecmp.h
rename to sysdeps/x86_64/multiarch/ifunc-strcmp.h
index adecd6d..b4885d0 100644
--- a/sysdeps/x86_64/multiarch/ifunc-strcasecmp.h
+++ b/sysdeps/x86_64/multiarch/ifunc-strcmp.h
@@ -1,4 +1,4 @@
-/* Common definition for strcasecmp famly ifunc selections.
+/* Common definition for strcmp famly ifunc selections.
    All versions must be listed in ifunc-impl-list.c.
    Copyright (C) 2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
diff --git a/sysdeps/x86_64/multiarch/strcasecmp.c b/sysdeps/x86_64/multiarch/strcasecmp.c
index 8170bde..5d9cdc4 100644
--- a/sysdeps/x86_64/multiarch/strcasecmp.c
+++ b/sysdeps/x86_64/multiarch/strcasecmp.c
@@ -26,7 +26,7 @@
 # undef __strcasecmp
 
 # define SYMBOL_NAME strcasecmp
-# include "ifunc-strcasecmp.h"
+# include "ifunc-strcmp.h"
 
 libc_ifunc_redirected (__redirect_strcasecmp, __strcasecmp,
 		       IFUNC_SELECTOR ());
diff --git a/sysdeps/x86_64/multiarch/strcasecmp_l.c b/sysdeps/x86_64/multiarch/strcasecmp_l.c
index f28db6c..79b9469 100644
--- a/sysdeps/x86_64/multiarch/strcasecmp_l.c
+++ b/sysdeps/x86_64/multiarch/strcasecmp_l.c
@@ -26,7 +26,7 @@
 # undef __strcasecmp_l
 
 # define SYMBOL_NAME strcasecmp_l
-# include "ifunc-strcasecmp.h"
+# include "ifunc-strcmp.h"
 
 libc_ifunc_redirected (__redirect_strcasecmp_l, __strcasecmp_l,
 		       IFUNC_SELECTOR ());
diff --git a/sysdeps/x86_64/multiarch/strncase.c b/sysdeps/x86_64/multiarch/strncase.c
index 4bb4c61..37b6a77 100644
--- a/sysdeps/x86_64/multiarch/strncase.c
+++ b/sysdeps/x86_64/multiarch/strncase.c
@@ -26,7 +26,7 @@
 # undef __strncasecmp
 
 # define SYMBOL_NAME strncasecmp
-# include "ifunc-strcasecmp.h"
+# include "ifunc-strcmp.h"
 
 libc_ifunc_redirected (__redirect_strncasecmp, __strncasecmp,
 		       IFUNC_SELECTOR ());
diff --git a/sysdeps/x86_64/multiarch/strncase_l.c b/sysdeps/x86_64/multiarch/strncase_l.c
index e6ca6bb..ad98a7e 100644
--- a/sysdeps/x86_64/multiarch/strncase_l.c
+++ b/sysdeps/x86_64/multiarch/strncase_l.c
@@ -26,7 +26,7 @@
 # undef __strncasecmp_l
 
 # define SYMBOL_NAME strncasecmp_l
-# include "ifunc-strcasecmp.h"
+# include "ifunc-strcmp.h"
 
 libc_ifunc_redirected (__redirect_strncasecmp_l, __strncasecmp_l,
 		       IFUNC_SELECTOR ());
diff --git a/sysdeps/x86_64/multiarch/strncmp.c b/sysdeps/x86_64/multiarch/strncmp.c
index a8a5245..5ade245 100644
--- a/sysdeps/x86_64/multiarch/strncmp.c
+++ b/sysdeps/x86_64/multiarch/strncmp.c
@@ -24,7 +24,7 @@
 # undef strncmp
 
 # define SYMBOL_NAME strncmp
-# include "ifunc-strcasecmp.h"
+# include "ifunc-strcmp.h"
 
 libc_ifunc_redirected (__redirect_strncmp, strncmp, IFUNC_SELECTOR ());
 

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

Summary of changes:
 .../{ifunc-strcasecmp.h => ifunc-strcmp.h}         |    2 +-
 sysdeps/x86_64/multiarch/strcasecmp.c              |    2 +-
 sysdeps/x86_64/multiarch/strcasecmp_l.c            |    2 +-
 sysdeps/x86_64/multiarch/strncase.c                |    2 +-
 sysdeps/x86_64/multiarch/strncase_l.c              |    2 +-
 sysdeps/x86_64/multiarch/strncmp.c                 |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
 rename sysdeps/x86_64/multiarch/{ifunc-strcasecmp.h => ifunc-strcmp.h} (96%)


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]