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.18-625-g6f8e37e


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  6f8e37ebf86a000f1571dd461b2635ab73f4c3ee (commit)
      from  8894bad34cc9c11e89ee2594f2d75893edb1d96c (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=6f8e37ebf86a000f1571dd461b2635ab73f4c3ee

commit 6f8e37ebf86a000f1571dd461b2635ab73f4c3ee
Author: Allan McRae <allan@archlinux.org>
Date:   Mon Dec 16 12:44:14 2013 +1000

    Update file name in x86_64 ifunc list
    
    File name update missed in commit 584b18eb.

diff --git a/ChangeLog b/ChangeLog
index b6b54f8..9ae2df3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-12-16  Allan McRae  <allan@archlinux.org>
 
+	* sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
+
 	[BZ #14120]
 	* configure.ac: Added --enable-maintainer-mode. Check for
 	autoconf when enabled.
diff --git a/sysdeps/x86_64/multiarch/ifunc-impl-list.c b/sysdeps/x86_64/multiarch/ifunc-impl-list.c
index 3e2cad5..3344889 100644
--- a/sysdeps/x86_64/multiarch/ifunc-impl-list.c
+++ b/sysdeps/x86_64/multiarch/ifunc-impl-list.c
@@ -180,7 +180,7 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array,
 	      IFUNC_IMPL_ADD (array, i, strspn, HAS_SSE4_2, __strspn_sse42)
 	      IFUNC_IMPL_ADD (array, i, strspn, 1, __strspn_sse2))
 
-  /* Support sysdeps/x86_64/multiarch/strstr-c.c.  */
+  /* Support sysdeps/x86_64/multiarch/strstr.c.  */
   IFUNC_IMPL (i, name, strstr,
 	      IFUNC_IMPL_ADD (array, i, strstr, 1, __strstr_sse2_unaligned)
 	      IFUNC_IMPL_ADD (array, i, strstr, 1, __strstr_sse2))

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

Summary of changes:
 ChangeLog                                  |    2 ++
 sysdeps/x86_64/multiarch/ifunc-impl-list.c |    2 +-
 2 files changed, 3 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]