about summary refs log tree commit diff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2014-05-30 10:50:21 -0700
committerH.J. Lu <hjl.tools@gmail.com>2014-05-30 10:50:21 -0700
commit30477995dc8a680283b4d6e02039bca09de83cf9 (patch)
treed2230bbd9e70f0fc119b20f97f30480369aedc3f /sysdeps/x86_64
parent62a5881678b725cdabb27225ebae208a6e4b3f90 (diff)
downloadglibc-30477995dc8a680283b4d6e02039bca09de83cf9.tar.gz
glibc-30477995dc8a680283b4d6e02039bca09de83cf9.tar.xz
glibc-30477995dc8a680283b4d6e02039bca09de83cf9.zip
Replace __int128 with __int128_t
	* sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
	with __int128_t.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/link-defines.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/link-defines.sym b/sysdeps/x86_64/link-defines.sym
index 862fa22024..963c69b320 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)