From fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Mon, 26 May 2014 09:54:59 -0400 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8f74df1fbb..459042ac68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-26 Carlos O'Donell + + * 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 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi -- cgit v1.2.3