summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-02-23 03:35:48 +0000
committerRoland McGrath <roland@gnu.org>2003-02-23 03:35:48 +0000
commitce84ab619fc15667e63f85a35b2dfbbbe4a0db24 (patch)
treeed852090e76bb4a050dcc487b2166b6aa1d3fb84
parentdd1747485cf1cacc65523aedf0e365333df1f3f5 (diff)
* resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
* resolv/Makefile (tests): Add tst-leaks. ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so. (tst-leaks-ENV): New variable. ($(objpfx)mtrace-tst-leaks): New target. (tests): Depend on it.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac61296143..e6cc5246d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-02-22 Roland McGrath <roland@redhat.com>
+ * resolv/tst-leaks.c: New file by Daniel Jacobowitz <drow@mvista.com>.
+ * resolv/Makefile (tests): Add tst-leaks.
+ ($(objpfx)tst-leaks): Depend on $(objpfx)libresolv.so.
+ (tst-leaks-ENV): New variable.
+ ($(objpfx)mtrace-tst-leaks): New target.
+ (tests): Depend on it.
+
* include/libc-internal.h: Declare __libc_thread_freeres.
* Makerules: Fix last change to use $($(subdir)-version) when set.