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-1123-gedf2933


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  edf2933a37d2c52b30e3730ae3df7b3d465dc958 (commit)
       via  57c6cf4038123982250af140c1ce18d872510d3e (commit)
      from  8eb6281eaadd5a71f04d5ec4c11da2339b382b10 (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=edf2933a37d2c52b30e3730ae3df7b3d465dc958

commit edf2933a37d2c52b30e3730ae3df7b3d465dc958
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 31 19:37:43 2012 -0700

    Use x86_64 bits/typesizes.h for i386 and x86-64

diff --git a/ChangeLog b/ChangeLog
index 0752185..3a2b7e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
 
+	[BZ #14117]
+	* sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
+	* sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
+
 	[BZ #14183]
 	* sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
 	Defined with __SWORD_TYPE if __x86_64__ isn't defined.
diff --git a/sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h b/sysdeps/unix/sysv/linux/x86/bits/typesizes.h
similarity index 100%
rename from sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
rename to sysdeps/unix/sysv/linux/x86/bits/typesizes.h

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=57c6cf4038123982250af140c1ce18d872510d3e

commit 57c6cf4038123982250af140c1ce18d872510d3e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 31 19:33:55 2012 -0700

    Use __SWORD_TYPE for __FSWORD_T_TYPE with -m32

diff --git a/ChangeLog b/ChangeLog
index b8fdeda..0752185 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
 
+	[BZ #14183]
+	* sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
+	Defined with __SWORD_TYPE if __x86_64__ isn't defined.
+
 	[BZ #14117]
 	* sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
 	* sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
diff --git a/sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h b/sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
index a52a1d3..be8985b 100644
--- a/sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
+++ b/sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
@@ -43,8 +43,10 @@
 #define __MODE_T_TYPE		__U32_TYPE
 #ifdef __x86_64__
 # define __NLINK_T_TYPE		__SYSCALL_ULONG_TYPE
+# define __FSWORD_T_TYPE	__SYSCALL_SLONG_TYPE
 #else
 # define __NLINK_T_TYPE		__UWORD_TYPE
+# define __FSWORD_T_TYPE	__SWORD_TYPE
 #endif
 #define __OFF_T_TYPE		__SYSCALL_SLONG_TYPE
 #define __OFF64_T_TYPE		__SQUAD_TYPE
@@ -57,7 +59,6 @@
 #define __FSBLKCNT64_T_TYPE	__UQUAD_TYPE
 #define __FSFILCNT_T_TYPE	__SYSCALL_ULONG_TYPE
 #define __FSFILCNT64_T_TYPE	__UQUAD_TYPE
-#define __FSWORD_T_TYPE		__SYSCALL_SLONG_TYPE
 #define __ID_T_TYPE		__U32_TYPE
 #define __CLOCK_T_TYPE		__SYSCALL_SLONG_TYPE
 #define __TIME_T_TYPE		__SYSCALL_SLONG_TYPE

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

Summary of changes:
 ChangeLog                                          |    8 ++++++++
 .../sysv/linux/{x86_64 => x86}/bits/typesizes.h    |    3 ++-
 2 files changed, 10 insertions(+), 1 deletions(-)
 rename sysdeps/unix/sysv/linux/{x86_64 => x86}/bits/typesizes.h (97%)


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]