diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-16 15:14:56 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-16 15:20:45 -0700 |
commit | eb0f39b6b770a421ed297bd625b1875a0f7fbaad (patch) | |
tree | 005bb78802a36ae5f8fba439fe517de241fc2629 /ChangeLog | |
parent | 6b6cd74babd854923cf1ecb545f8902ecee56419 (diff) | |
download | glibc-eb0f39b6b770a421ed297bd625b1875a0f7fbaad.zip glibc-eb0f39b6b770a421ed297bd625b1875a0f7fbaad.tar.gz glibc-eb0f39b6b770a421ed297bd625b1875a0f7fbaad.tar.bz2 |
Make lround the alias of llround for wordsize-64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2012-03-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ... + * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This. + (__lround): Renamed to ... + (__llround): This. Replace long int with long long int. + Define lround functions as aliases of llround functions. + * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file. + +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 |