diff options
author | Carlos O'Donell <carlos@redhat.com> | 2014-05-26 09:54:59 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2014-05-26 11:32:09 -0400 |
commit | fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab (patch) | |
tree | 3b38bb3eb1896805852d319d36b4f75e9a82ed17 /ChangeLog | |
parent | d298c41635ce7f2dc7c3eccc842fe3aa754c0c8e (diff) | |
download | glibc-fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab.tar.gz glibc-fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab.tar.xz glibc-fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab.zip |
Remove nested function mi_arena from malloc_info.
The nested function mi_arena was removed from malloc_info and made into a non-nested static inline function of the same name with the correct set of arguments passed from malloc_info. This enables building glibc with compilers that don't support nested functions. Future work on malloc_info should remove these functions entirely to support JSON format output. Therefore we do the minimum required to remove the nested function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8f74df1fbb..459042ac68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-26 Carlos O'Donell <carlos@redhat.com> + + * malloc/malloc.c (mi_arena): New function. + (malloc_info): Remove nested function mi_arena. Call non-nosted + function mi_arena. + 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi |