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-1126-g29bcce7


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  29bcce7ce456a9fe098793784b97c7e2cd446aca (commit)
      from  73a68f94d650ac485db6b95242e1cb6591b193d3 (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=29bcce7ce456a9fe098793784b97c7e2cd446aca

commit 29bcce7ce456a9fe098793784b97c7e2cd446aca
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jun 1 11:16:15 2012 -0700

    Use i386 bits/wchar.h for i386 and x86-64

diff --git a/ChangeLog b/ChangeLog
index 009e75e..8cc25ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #14117]
+	* sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
+	* sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
+
 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
 
 	* sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
diff --git a/sysdeps/unix/sysv/linux/i386/bits/wchar.h b/sysdeps/unix/sysv/linux/x86/bits/wchar.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/i386/bits/wchar.h
rename to sysdeps/unix/sysv/linux/x86/bits/wchar.h

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

Summary of changes:
 ChangeLog                                          |    6 ++++++
 sysdeps/unix/sysv/linux/{i386 => x86}/bits/wchar.h |    0
 2 files changed, 6 insertions(+), 0 deletions(-)
 rename sysdeps/unix/sysv/linux/{i386 => x86}/bits/wchar.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]