From: Ulrich Drepper Date: Tue, 24 Oct 2000 08:25:05 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~17287 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3e7f6080f916b051b309a44fef68a045a3aad3b;p=platform%2Fupstream%2Flinaro-glibc.git Update. * malloc/Makefile (tests): Add tst-obstack. --- 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 \