mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
Replace __int128 with __int128_t
* sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128 with __int128_t.
This commit is contained in:
parent
62a5881678
commit
30477995dc
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user