diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-07 15:00:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-07 15:00:47 +0000 |
commit | 375607b9cc9ddf46a379bab6bf2998c54099d6b5 (patch) | |
tree | a5870230b29af0ea96032ea7abc9f3a131ca3dc0 /ChangeLog | |
parent | a9708fed779ff4e61e07ec2eae78e5c0753e1222 (diff) | |
download | glibc-375607b9cc9ddf46a379bab6bf2998c54099d6b5.tar glibc-375607b9cc9ddf46a379bab6bf2998c54099d6b5.tar.gz glibc-375607b9cc9ddf46a379bab6bf2998c54099d6b5.tar.bz2 glibc-375607b9cc9ddf46a379bab6bf2998c54099d6b5.zip |
Clean up __MALLOC_* macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,5 +1,23 @@ 2013-01-07 Joseph Myers <joseph@codesourcery.com> + * malloc/malloc.h (__MALLOC_P): Remove all definitions. + (__MALLOC_PMT): Likewise. + [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on + [__GNUC__], only on [_LIBC]. + [__GNUC__] (__MALLOC_DEPRECATED): Likewise. + [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition. + [!__GNUC__] (__MALLOC_DEPRECATED): Likewise. + * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in + forward declaration. + (realloc_hook_ini): Likewise. + (memalign_hook_ini): Likewise. + (__libc_memalign): Do not use __MALLOC_PMT in variable + declaration. + (__libc_valloc): Likewise. + (__libc_pvalloc): Likewise. + (__libc_calloc): Likewise. + (__posix_memalign): Likewise. + [BZ #14996] * math/s_casinh.c: Include <float.h>. (__casinh): Do not do computation with squaring and square root |