aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-03-16 15:06:43 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-03-16 15:20:45 -0700
commit6b6cd74babd854923cf1ecb545f8902ecee56419 (patch)
tree625bc57b61646773263310ec915b38d2bdd3839d /ChangeLog
parentf1a77b01f4e3a80782171297120e77ab112ce85d (diff)
downloadglibc-6b6cd74babd854923cf1ecb545f8902ecee56419.zip
glibc-6b6cd74babd854923cf1ecb545f8902ecee56419.tar.gz
glibc-6b6cd74babd854923cf1ecb545f8902ecee56419.tar.bz2
Use greg_t and uintptr_t in x86-64 __makecontext
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1664b9c..6e4b8ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
+ Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
+ adresses to uintptr_t. Replace "long int" and "unsigned long
+ int" with "greg_t" on va_arg.
+
+2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
+
* sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
* elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.