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-187-gae85721


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  ae857215dd4e4a7ae100728c636622a7e4c8a322 (commit)
       via  892bb11e4eb1e2fa931e2e4f5268dafb848c87db (commit)
       via  8964482ab8c9f14719bbce304ff89549c90f2bda (commit)
       via  413db45d1bfb11ab1b2e8307d4b519d5169c0b7b (commit)
      from  1894b3ea3c9e526a314cbcefe65e24ba3e26d673 (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=ae857215dd4e4a7ae100728c636622a7e4c8a322

commit ae857215dd4e4a7ae100728c636622a7e4c8a322
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Aug 27 07:59:06 2015 -0700

    Remove i486 subdirectory
    
    Since glibc doesn't support i386 any more, we can remove i486 subdirectory.
    
    	* sysdeps/i386/i586/Implies: Removed.
    	* sysdeps/i386/i686/Implies: Likewise.

diff --git a/ChangeLog b/ChangeLog
index 535dee6..b852698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/i386/i586/Implies: Removed.
+	* sysdeps/i386/i686/Implies: Likewise.
+
+2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/i386/i486/strlen.S: Moved to ...
 	* sysdeps/i386/strlen.S: Here.
 
diff --git a/sysdeps/i386/i586/Implies b/sysdeps/i386/i586/Implies
deleted file mode 100644
index 477cd74..0000000
--- a/sysdeps/i386/i586/Implies
+++ /dev/null
@@ -1,2 +0,0 @@
-# Code optimized for i486 is better than simple i386 code.
-i386/i486
diff --git a/sysdeps/i386/i686/Implies b/sysdeps/i386/i686/Implies
deleted file mode 100644
index e1fcccd..0000000
--- a/sysdeps/i386/i686/Implies
+++ /dev/null
@@ -1,4 +0,0 @@
-# Due to the reordering and the other nifty extensions in the i686 it is
-# not really good to use heavily i586 optimized code on a i686.  It's
-# better to use i486/i386 code.
-i386/i486

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=892bb11e4eb1e2fa931e2e4f5268dafb848c87db

commit 892bb11e4eb1e2fa931e2e4f5268dafb848c87db
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Aug 27 07:57:36 2015 -0700

    Move i486/strlen.S to strlen.S
    
    Since glibc doesn't support i386 any more, we can move i486/strlen.S
    to strlen.S.
    
    	* sysdeps/i386/i486/strlen.S: Moved to ...
    	* sysdeps/i386/strlen.S: Here.

diff --git a/ChangeLog b/ChangeLog
index 223db0d..535dee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/i386/i486/strlen.S: Moved to ...
+	* sysdeps/i386/strlen.S: Here.
+
+2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/i386/i486/strcat.S: Moved to ...
 	* sysdeps/i386/strcat.S: Here.
 
diff --git a/sysdeps/i386/i486/strlen.S b/sysdeps/i386/strlen.S
similarity index 100%
rename from sysdeps/i386/i486/strlen.S
rename to sysdeps/i386/strlen.S

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8964482ab8c9f14719bbce304ff89549c90f2bda

commit 8964482ab8c9f14719bbce304ff89549c90f2bda
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Aug 27 07:56:19 2015 -0700

    Move i486/strcat.S to strcat.S
    
    Since glibc doesn't support i386 any more, we can move i486/strcat.S
    to strcat.S.
    
    	* sysdeps/i386/i486/strcat.S: Moved to ...
    	* sysdeps/i386/strcat.S: Here.
    	* sysdeps/i386/i686/multiarch/strcat.S: Updated.

diff --git a/ChangeLog b/ChangeLog
index b9e5dbc..223db0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/i386/i486/strcat.S: Moved to ...
+	* sysdeps/i386/strcat.S: Here.
+
+2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
 	* sysdeps/i386/pthread_spin_trylock.S: Here.
 	* sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
diff --git a/sysdeps/i386/i686/multiarch/strcat.S b/sysdeps/i386/i686/multiarch/strcat.S
index 45d84cd..e893815 100644
--- a/sysdeps/i386/i686/multiarch/strcat.S
+++ b/sysdeps/i386/i686/multiarch/strcat.S
@@ -88,5 +88,5 @@ END(STRCAT)
 #endif
 
 #ifndef USE_AS_STRNCAT
-# include "../../i486/strcat.S"
+# include "../../strcat.S"
 #endif
diff --git a/sysdeps/i386/i486/strcat.S b/sysdeps/i386/strcat.S
similarity index 100%
rename from sysdeps/i386/i486/strcat.S
rename to sysdeps/i386/strcat.S

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=413db45d1bfb11ab1b2e8307d4b519d5169c0b7b

commit 413db45d1bfb11ab1b2e8307d4b519d5169c0b7b
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Aug 27 07:55:13 2015 -0700

    Move i486/pthread_spin_trylock.S to pthread_spin_trylock.S
    
    Since glibc doesn't support i386 any more, we can move
    i486/pthread_spin_trylock.S to pthread_spin_trylock.S
    
    	* sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
    	* sysdeps/i386/pthread_spin_trylock.S: Here.
    	* sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
    	* sysdeps/i386/i686/pthread_spin_trylock.S: Updated.

diff --git a/ChangeLog b/ChangeLog
index f44a4d9..b9e5dbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
+	* sysdeps/i386/pthread_spin_trylock.S: Here.
+	* sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
+	* sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
+
+2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/i386/i486/string-inlines.c: Moved to ...
 	* sysdeps/i386/string-inlines.c: Here.
 
diff --git a/sysdeps/i386/i586/pthread_spin_trylock.S b/sysdeps/i386/i586/pthread_spin_trylock.S
deleted file mode 100644
index 0cf8b3a..0000000
--- a/sysdeps/i386/i586/pthread_spin_trylock.S
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/i386/i486/pthread_spin_trylock.S>
diff --git a/sysdeps/i386/i686/pthread_spin_trylock.S b/sysdeps/i386/i686/pthread_spin_trylock.S
index 924c4d7..9da05ee 100644
--- a/sysdeps/i386/i686/pthread_spin_trylock.S
+++ b/sysdeps/i386/i686/pthread_spin_trylock.S
@@ -17,4 +17,4 @@
    <http://www.gnu.org/licenses/>.  */
 
 #define HAVE_CMOV	1
-#include <sysdeps/i386/i486/pthread_spin_trylock.S>
+#include <sysdeps/i386/pthread_spin_trylock.S>
diff --git a/sysdeps/i386/i486/pthread_spin_trylock.S b/sysdeps/i386/pthread_spin_trylock.S
similarity index 100%
rename from sysdeps/i386/i486/pthread_spin_trylock.S
rename to sysdeps/i386/pthread_spin_trylock.S

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

Summary of changes:
 ChangeLog                                      |   22 ++++++++++++++++++++++
 sysdeps/i386/i586/Implies                      |    2 --
 sysdeps/i386/i586/pthread_spin_trylock.S       |    1 -
 sysdeps/i386/i686/Implies                      |    4 ----
 sysdeps/i386/i686/multiarch/strcat.S           |    2 +-
 sysdeps/i386/i686/pthread_spin_trylock.S       |    2 +-
 sysdeps/i386/{i486 => }/pthread_spin_trylock.S |    0
 sysdeps/i386/{i486 => }/strcat.S               |    0
 sysdeps/i386/{i486 => }/strlen.S               |    0
 9 files changed, 24 insertions(+), 9 deletions(-)
 delete mode 100644 sysdeps/i386/i586/Implies
 delete mode 100644 sysdeps/i386/i586/pthread_spin_trylock.S
 delete mode 100644 sysdeps/i386/i686/Implies
 rename sysdeps/i386/{i486 => }/pthread_spin_trylock.S (100%)
 rename sysdeps/i386/{i486 => }/strcat.S (100%)
 rename sysdeps/i386/{i486 => }/strlen.S (100%)


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]