]> sourceware.org Git - glibc.git/commitdiff
Replace __int128 with __int128_t
authorMarko Myllynen <myllynen@redhat.com>
Fri, 30 May 2014 17:50:21 +0000 (10:50 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 30 May 2014 17:50:21 +0000 (10:50 -0700)
* sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
with __int128_t.

ChangeLog
sysdeps/x86_64/link-defines.sym

index d8c416fe7fb8aeef49b54a515b42b95cc5b9c816..243271f04b1622509ffffeb85bce83b1dc87cf47 100644 (file)
--- 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.
index 862fa220244d98fbab58f3970968c3c4a14c6fb5..963c69b3201a72bca9c2669359a10272515d8d32 100644 (file)
@@ -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)
This page took 0.114179 seconds and 5 git commands to generate.