diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-16 15:06:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-16 15:20:45 -0700 |
commit | 6b6cd74babd854923cf1ecb545f8902ecee56419 (patch) | |
tree | 625bc57b61646773263310ec915b38d2bdd3839d /ChangeLog | |
parent | f1a77b01f4e3a80782171297120e77ab112ce85d (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |