about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-16 10:18:30 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-16 10:18:30 -0700
commit13dc9eac616b866ff19098c971dd46e29d0ba30b (patch)
tree23510c3c4b4c632b014c6eb4ee6dd071ce01e1a3 /ChangeLog
parenta7895d159fbe2cda386ed4faa7be5661f24f76f7 (diff)
downloadglibc-13dc9eac616b866ff19098c971dd46e29d0ba30b.tar.gz
glibc-13dc9eac616b866ff19098c971dd46e29d0ba30b.tar.xz
glibc-13dc9eac616b866ff19098c971dd46e29d0ba30b.zip
Add uintptr_t cast to GET_PC/GET_FRAME/GET_STACK
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13e79258b8..7210511a4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
+	<stdint.h>.
+	(GET_PC): Cast to uintptr_t first.
+	(GET_FRAME): Likewise.
+	(GET_STACK): Likewise.
+
+2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
 	* sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
 	* sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.