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.17-894-ge2a32be


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  e2a32bee75631c247748fb9801e3b065d24ca2fd (commit)
      from  d2cc15cb5038cc58bfb8e33f7274b2839b8b8576 (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=e2a32bee75631c247748fb9801e3b065d24ca2fd

commit e2a32bee75631c247748fb9801e3b065d24ca2fd
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jul 3 09:22:31 2013 -0700

    Add x86 init-arch to nptl

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 46cf308..064e431 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/unix/sysv/linux/x86/init-arch.c: New file.
+	* sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise.
+
 2013-07-02  Andi Kleen <ak@linux.intel.com>
 
 	* sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):
diff --git a/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c
new file mode 100644
index 0000000..00a94d8
--- /dev/null
+++ b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.c
@@ -0,0 +1 @@
+#include <sysdeps/x86_64/multiarch/init-arch.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h
new file mode 100644
index 0000000..cd2d0be
--- /dev/null
+++ b/nptl/sysdeps/unix/sysv/linux/x86/init-arch.h
@@ -0,0 +1 @@
+#include <sysdeps/x86_64/multiarch/init-arch.h>

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

Summary of changes:
 nptl/ChangeLog                                     |    5 +++++
 .../sysdeps/unix/sysv/linux/x86}/init-arch.c       |    0
 .../sysdeps/unix/sysv/linux/x86}/init-arch.h       |    0
 3 files changed, 5 insertions(+), 0 deletions(-)
 copy {sysdeps/i386/i686/multiarch => nptl/sysdeps/unix/sysv/linux/x86}/init-arch.c (100%)
 copy {sysdeps/i386/i686/multiarch => nptl/sysdeps/unix/sysv/linux/x86}/init-arch.h (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]