From a8a1269d8814fe54d5d25619ca138849bca29b78 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 1 Sep 1998 17:19:00 +0000 Subject: Update. 1998-09-01 15:36 Ulrich Drepper * malloc/Makefile: Include Makeconfig before testing config-sysdirs. * malloc/mtrace.c: Add bug report address. Update email address. Add more @XXX@ to print correct address size. * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is really initialized. * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info for munmap call instead of examining phdr again. Free all malloc()ed strings and arrays. --- malloc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'malloc/Makefile') diff --git a/malloc/Makefile b/malloc/Makefile index 89a49a29a9..521037a51a 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -44,6 +44,8 @@ extra-objs = mcheck-init.o libmcheck.a # Include the cleanup handler. aux := set-freeres +include ../Makeconfig + # The AWK script to analyze the output of the mtrace functions. ifneq ($(PERL),no) install-bin = mtrace -- cgit v1.2.3