Browse Source

Add a couple of things... And check that cvs commit diffs are
working again...

Eric Andersen 22 years ago
parent
commit
1e680eeea6
1 changed files with 5 additions and 2 deletions
  1. 5 2
      TODO

+ 5 - 2
TODO

@@ -1,3 +1,6 @@
+*) Fix ldd to not multiply list libs
+*) Check cris architecture
+
 Erik's TODO list for the next release:
 Erik's TODO list for the next release:
 
 
     *) Implement getgrgid_r and getgrnam_r, per SuSv3 
     *) 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
 	resolved.  Seems if it is already resolved it ignores them rather than
 	resolving the new symbol and overriding.
 	resolving the new symbol and overriding.
     *) Adapt uClibc to use Linux 2.5.x pthreads
     *) 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:
 Manuel's todo:
@@ -73,8 +78,6 @@ by architecture and gcc version.)
 
 
 man pages for binaries
 man pages for binaries
 
 
-add obstack stuff for gettext (?)
-
 check compiling without FP support -- are FP instructions still generated?
 check compiling without FP support -- are FP instructions still generated?
 Needs a uClibc_config.h entry dependent on HAS_FLOATING_POINT.
 Needs a uClibc_config.h entry dependent on HAS_FLOATING_POINT.