From: Marko Myllynen Date: Fri, 30 May 2014 17:50:21 +0000 (-0700) Subject: Replace __int128 with __int128_t X-Git-Tag: glibc-2.20~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30477995dc8a680283b4d6e02039bca09de83cf9;p=thirdparty%2Fglibc.git 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 d8c416fe7fb..243271f04b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-30 Marko Myllynen + + * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128 + with __int128_t. + 2014-05-30 Siddhesh Poyarekar * malloc/malloc (malloc_info): Fix formatting. diff --git a/sysdeps/x86_64/link-defines.sym b/sysdeps/x86_64/link-defines.sym index 862fa220244..963c69b3201 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)