浏览代码

ldd rewrite is done

Eric Andersen 24 年之前
父节点
当前提交
ba8a597c04
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      TODO

+ 0 - 4
TODO

@@ -17,10 +17,6 @@ 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_* 
     functions are not implemented.
 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.
 Add in shadow support (include/shadow.h and such)