Skip to content

Commit

Permalink
Replace __int128 with __int128_t
Browse files Browse the repository at this point in the history
	* sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
	with __int128_t.
  • Loading branch information
Marko Myllynen authored and H.J. Lu committed May 30, 2014
1 parent 62a5881 commit 3047799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/x86_64/link-defines.sym
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3047799

Please sign in to comment.