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.15-907-g9317101


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  93171016830e1ed4ec77c46cd4c32156d4624c1a (commit)
      from  cc03b29695152a0223c2f34e147181702e1d3e61 (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=93171016830e1ed4ec77c46cd4c32156d4624c1a

commit 93171016830e1ed4ec77c46cd4c32156d4624c1a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue May 15 14:37:59 2012 -0700

    Add x86_64 Implies-after files

diff --git a/ChangeLog b/ChangeLog
index 826ca6d..81854e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,12 @@
 
 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86_64/Implies (wordsize-64): Moved to ....
+	* sysdeps/x86_64/64/Implies-after: Here.  New file.
+	* sysdeps/x86_64/x32/Implies-after: New file.
+
+2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
 	and access return value for _dl_profile_fixup.  Use R10_LP to
 	load frame size.
diff --git a/sysdeps/x86_64/64/Implies-after b/sysdeps/x86_64/64/Implies-after
new file mode 100644
index 0000000..a8cae95
--- /dev/null
+++ b/sysdeps/x86_64/64/Implies-after
@@ -0,0 +1 @@
+wordsize-64
diff --git a/sysdeps/x86_64/Implies b/sysdeps/x86_64/Implies
index 2e0a323..c8d7d2d 100644
--- a/sysdeps/x86_64/Implies
+++ b/sysdeps/x86_64/Implies
@@ -1,4 +1,3 @@
-wordsize-64
 ieee754/ldbl-96
 ieee754/dbl-64/wordsize-64
 ieee754/dbl-64
diff --git a/sysdeps/x86_64/x32/Implies-after b/sysdeps/x86_64/x32/Implies-after
new file mode 100644
index 0000000..39a34c5
--- /dev/null
+++ b/sysdeps/x86_64/x32/Implies-after
@@ -0,0 +1 @@
+wordsize-32

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

Summary of changes:
 ChangeLog                                          |    6 ++++++
 .../powerpc64/Implies => x86_64/64/Implies-after}  |    0
 sysdeps/x86_64/Implies                             |    1 -
 .../powerpc32/Implies => x86_64/x32/Implies-after} |    0
 4 files changed, 6 insertions(+), 1 deletions(-)
 copy sysdeps/{powerpc/powerpc64/Implies => x86_64/64/Implies-after} (100%)
 copy sysdeps/{powerpc/powerpc32/Implies => x86_64/x32/Implies-after} (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]