about summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8c416fe7f..243271f04b 100644
--- 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.