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.12-134-gc96d23f


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  c96d23fcaa7072bb9e7669957c90b09dddfd9161 (commit)
      from  01d2601561afcd4feeb3310176ff96909c4d2e47 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c96d23fcaa7072bb9e7669957c90b09dddfd9161

commit c96d23fcaa7072bb9e7669957c90b09dddfd9161
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Fri Aug 27 12:10:11 2010 -0700

    Fixup x86 after x86-64 varshift change.

diff --git a/ChangeLog b/ChangeLog
index 1ed9f56..760d687 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/i386/i686/multiarch/varshift.S: File removed.
+	* sysdeps/i386/i686/multiarch/varshift.c: New file.
+
 	* sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
 
 	* sysdeps/x86_64/strlen.S: Minimal code improvement.
diff --git a/sysdeps/i386/i686/multiarch/varshift.S b/sysdeps/i386/i686/multiarch/varshift.S
deleted file mode 100644
index 41afaf7..0000000
--- a/sysdeps/i386/i686/multiarch/varshift.S
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/x86_64/multiarch/varshift.S>
diff --git a/sysdeps/i386/i686/multiarch/varshift.c b/sysdeps/i386/i686/multiarch/varshift.c
new file mode 100644
index 0000000..7760b96
--- /dev/null
+++ b/sysdeps/i386/i686/multiarch/varshift.c
@@ -0,0 +1 @@
+#include <sysdeps/x86_64/multiarch/varshift.c>

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

Summary of changes:
 ChangeLog                              |    3 +++
 sysdeps/i386/i686/multiarch/varshift.S |    1 -
 sysdeps/i386/i686/multiarch/varshift.c |    1 +
 3 files changed, 4 insertions(+), 1 deletions(-)
 delete mode 100644 sysdeps/i386/i686/multiarch/varshift.S
 create mode 100644 sysdeps/i386/i686/multiarch/varshift.c


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]