瀏覽代碼

add some info on what needs to be done for specific arches

Mike Frysinger 19 年之前
父節點
當前提交
128d0c53cc
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      TODO

+ 15 - 0
TODO

@@ -81,6 +81,21 @@ TODO list for AFTER the uClibc 1.0.0 release:
     <more wishlist items here>
 
 
+Arch specific TODO:
+-------------------------------------------------
+  alpha:
+    _init/_fini hangs signal-ed (assert test)
+    output from cloned children seems funky (unistd/clone test)
+  m68k:
+    need to verify libc again
+    ldso needs to be updated since it's totally broken atm
+  sparc:
+    need a sigaction.c since common one doesnt work (signal tests)
+    ldso needs to be updated since it's totally broken atm
+  x86_64:
+    ldso needs to be finished off (elfinterp/resolve)
+
+
 
 
 -----------------------------------------------------------------------------