svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Fri Jul 7 19:10:36 UTC 2006


Author: vapier
Date: 2006-07-07 12:10:34 -0700 (Fri, 07 Jul 2006)
New Revision: 15662

Log:
add some fun syscall TODOs and mark cris/bfin as working again

Modified:
   trunk/uClibc/TODO


Changeset:
Modified: trunk/uClibc/TODO
===================================================================
--- trunk/uClibc/TODO	2006-07-07 02:05:09 UTC (rev 15661)
+++ trunk/uClibc/TODO	2006-07-07 19:10:34 UTC (rev 15662)
@@ -31,7 +31,9 @@
 -------------------------------------------------
     *) glob / fnmatch tests fail
     *) regex should pass AT&T conformance tests
-    *) Finish hiding uClibc internal symbols from our exported namespace.
+    *) Finish hiding uClibc internal symbols from our exported namespace
+    *) Add system for generating minimal system call asm wrappers that abuse
+	the C ABI to minimize amount of register/stack manipulation
     *) Explicity add some sortof CONFIG_LINUX_2_2_ABI, CONFIG_LINUX_2_4_ABI
 	and CONFIG_LINUX_2_6_ABI type options, rather than having the abi
 	depend on the selected set of kernel headers.  This will likely also
@@ -95,13 +97,14 @@
 Arch specific TODO:
 -------------------------------------------------
   alpha:
-
     ldso is not implemented
   arm:
     update crt1 code again for nommu (http://bugs.uclibc.org/view.php?id=538)
     recruit jbowler and integrate thumb support
   hppa:
     errno.c test segfaults causes segfault in clone.S (seems to be in glibc too)
+  i386:
+    add support for fast system calls
   ia64:
     ldso is not implemented
   m68k:
@@ -112,7 +115,7 @@
   vax:
     pthread support, linktime warning support (implies GAS patches),
     general touchups, testing, ldso.
-  bfin cris rfv sh64:
+  frv sh64:
     need to be updated to new ldso changes and unification of the
      two uClibc_main funcs (__uClibc_start_main doesnt exist anymore)
 




More information about the uClibc-cvs mailing list