summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-11 03:00:17 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-11 03:00:17 +0000
commit93510ba9c807da9ed2ac9dce7447c12aebac90c4 (patch)
treef03d332b8d89f3cf85022d428ba853d206269df2 /TODO
parent7b28e09c8db2221dbbc1b5d5e06243d909e0c058 (diff)
mention valgrind/atexit annoyance
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index dfe76b8ca..562e0ac4f 100644
--- a/TODO
+++ b/TODO
@@ -46,6 +46,10 @@ TODO list for the uClibc 1.0.0 release:
*) __data_start needs to be added to any crt0.S files that don't
currently have it. It is used by the boehm gc. mjn3 has added
it to i386 and mips, but some archs are still missing it.
+ *) It would nice if valgrind wouldn't complain about the atexit() malloc'd
+ memory for destructors, which happens since the dynamic linker calls
+ atexit(), which calls malloc() prior to valgrind starting, so valgrind
+ complains because it didn't see that memory allocated.
-----------------------------------------------------------------------------