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.22-180-g4d374e4


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  4d374e4d38f47979493634f364ba50e1b3f0ede8 (commit)
      from  64d9cfd90e8f24815f5c99dc994ea0dacf773304 (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=4d374e4d38f47979493634f364ba50e1b3f0ede8

commit 4d374e4d38f47979493634f364ba50e1b3f0ede8
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Aug 27 07:44:51 2015 -0700

    Remove sysdeps/i386/i486/Versions
    
    sysdeps/i386/i486/Versions isn't needed since it duplicates contents
    in sysdeps/i386/Versions.
    
    	* sysdeps/i386/i486/Versions: Removed.

diff --git a/ChangeLog b/ChangeLog
index fdc05c0..543377a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/i386/i486/Versions: Removed.
+
 2015-08-27  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
 
 	[BZ #2898]
diff --git a/sysdeps/i386/i486/Versions b/sysdeps/i386/i486/Versions
deleted file mode 100644
index b33fa12..0000000
--- a/sysdeps/i386/i486/Versions
+++ /dev/null
@@ -1,13 +0,0 @@
-libc {
-  GLIBC_2.1.1 {
-    # extern inline functions used by <bits/string.h>
-    __memcpy_by2; __memcpy_by4; __memcpy_g; __mempcpy_by2; __mempcpy_by4;
-    __mempcpy_byn; __memset_ccn_by2; __memset_ccn_by4; __memset_gcn_by2;
-    __memset_gcn_by4; __stpcpy_g; __strcat_c; __strcat_g; __strchr_c;
-    __strchr_g; __strchrnul_c; __strchrnul_g; __strcmp_gg; __strcpy_g;
-    __strcspn_c1; __strcspn_cg; __strcspn_g; __strlen_g; __strncat_g;
-    __strncmp_g; __strncpy_by2; __strncpy_by4; __strncpy_byn; __strncpy_gg;
-    __strpbrk_cg; __strpbrk_g; __strrchr_c; __strrchr_g; __strspn_c1;
-    __strspn_cg; __strspn_g; __strstr_cg; __strstr_g;
-  }
-}

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

Summary of changes:
 ChangeLog                  |    4 ++++
 sysdeps/i386/i486/Versions |   13 -------------
 2 files changed, 4 insertions(+), 13 deletions(-)
 delete mode 100644 sysdeps/i386/i486/Versions


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]