aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r--linuxthreads/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index 201440076f..67a6380731 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -116,8 +116,6 @@ test-srcs = tst-signal
# These tests are linked with libc before libpthread
tests-reverse += tst-cancel5
-generated += tst-stack1.mtrace tst-stack1-mem
-
ifeq ($(build-static),yes)
tests += tststatic tst-static-locale tst-cancel-static
tests-static += tststatic tst-static-locale tst-cancel-static
@@ -144,15 +142,6 @@ tst-tls1modd.so-no-z-defs = yes
tst-tls1mode.so-no-z-defs = yes
tst-tls1modf.so-no-z-defs = yes
-tests: $(objpfx)tst-stack1-mem
-tst-stack1-ENV = MALLOC_TRACE=$(objpfx)tst-stack1.mtrace
-
-# There are still up to 3 objects unfreed:
-# manager thread's stack, tls block and dtv
-$(objpfx)tst-stack1-mem: $(objpfx)tst-stack1.out
- $(common-objpfx)malloc/mtrace $(objpfx)tst-stack1.mtrace > $@ \
- || [ `grep ^0 $@ | wc -l` -le 3 ]
-
$(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds
$(build-module)