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.19-509-g3047799


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  30477995dc8a680283b4d6e02039bca09de83cf9 (commit)
      from  62a5881678b725cdabb27225ebae208a6e4b3f90 (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=30477995dc8a680283b4d6e02039bca09de83cf9

commit 30477995dc8a680283b4d6e02039bca09de83cf9
Author: Marko Myllynen <myllynen@redhat.com>
Date:   Fri May 30 10:50:21 2014 -0700

    Replace __int128 with __int128_t
    
    	* sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
    	with __int128_t.

diff --git a/ChangeLog b/ChangeLog
index d8c416f..243271f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-30 Marko Myllynen  <myllynen@redhat.com>
+
+	* sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
+	with __int128_t.
+
 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* malloc/malloc (malloc_info): Fix formatting.
diff --git a/sysdeps/x86_64/link-defines.sym b/sysdeps/x86_64/link-defines.sym
index 862fa22..963c69b 100644
--- a/sysdeps/x86_64/link-defines.sym
+++ b/sysdeps/x86_64/link-defines.sym
@@ -6,7 +6,7 @@ VECTOR_SIZE		sizeof (La_x86_64_vector)
 XMM_SIZE		sizeof (La_x86_64_xmm)
 YMM_SIZE		sizeof (La_x86_64_ymm)
 ZMM_SIZE		sizeof (La_x86_64_zmm)
-BND_SIZE		sizeof (__int128)
+BND_SIZE		sizeof (__int128_t)
 
 LR_SIZE			sizeof (struct La_x86_64_regs)
 LR_RDX_OFFSET		offsetof (struct La_x86_64_regs, lr_rdx)

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

Summary of changes:
 ChangeLog                       |    5 +++++
 sysdeps/x86_64/link-defines.sym |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


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]