瀏覽代碼

Note that ldd needs a rewrite

Eric Andersen 23 年之前
父節點
當前提交
fcc76ccf9c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      TODO

+ 4 - 0
TODO

@@ -17,6 +17,10 @@ include/resolv.h does not define struct _res, and libc/inet/resolv.c
     does not use this struct.  res_init does nothing.  the other res_* 
     does not use this struct.  res_init does nothing.  the other res_* 
     functions are not implemented.
     functions are not implemented.
 scandir.c doesn't check returns on malloc and realloc.
 scandir.c doesn't check returns on malloc and realloc.
+rewrite ldd.  Right now, ldd actually _executes_ the shared lib loader
+    and asks it to list off library dependancies.  This doesn't work
+    when cross compiling, and it doesn't work in about 95% of all the
+    other cases when you want to run ldd.  So it needs to be re-written.
 
 
 
 
 -----------------------------------------------------------------------------
 -----------------------------------------------------------------------------