From f3e7f6080f916b051b309a44fef68a045a3aad3b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Oct 2000 08:25:05 +0000 Subject: [PATCH] Update. * malloc/Makefile (tests): Add tst-obstack. --- ChangeLog | 1 + malloc/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8433431..4467c47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ block. * malloc/tst-obstack.c: New file. Patch and test case by Alexandre Duret-Lutz . + * malloc/Makefile (tests): Add tst-obstack. Complete revamp of the reference counter handling. * include/link.h (struct link_map): Add l_idx field. diff --git a/malloc/Makefile b/malloc/Makefile index 8b1313e..d69d49b 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -25,7 +25,7 @@ all: dist-headers := malloc.h headers := $(dist-headers) obstack.h mcheck.h -tests := mallocbug tst-malloc tst-valloc tst-calloc +tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack test-srcs = tst-mtrace distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memusage.h \ -- 2.7.4