summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-30 19:16:43 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-30 19:16:43 +0000
commit1e680eeea6df1fb580163689bfc9edb547f5daab (patch)
treeb10faaa3eb4b7b75e29cc9f36f73273a1cda0637 /TODO
parent71c3144797f87c6f9e62e4aede6a7fbd888bf41a (diff)
Add a couple of things... And check that cvs commit diffs are
working again...
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index b0b281d15..ee98c475b 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+*) Fix ldd to not multiply list libs
+*) Check cris architecture
+
Erik's TODO list for the next release:
*) Implement getgrgid_r and getgrnam_r, per SuSv3
@@ -17,6 +20,8 @@ Erik's TODO list for the next release:
resolved. Seems if it is already resolved it ignores them rather than
resolving the new symbol and overriding.
*) Adapt uClibc to use Linux 2.5.x pthreads
+ *) Remove all use of kernel headers (i.e. copy the needed bits
+ to completely specify the per-arch kernel ABI).
-----------------------------------------------------------------------------
Manuel's todo:
@@ -73,8 +78,6 @@ by architecture and gcc version.)
man pages for binaries
-add obstack stuff for gettext (?)
-
check compiling without FP support -- are FP instructions still generated?
Needs a uClibc_config.h entry dependent on HAS_FLOATING_POINT.