diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-06 16:08:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-06 16:08:07 +0000 |
commit | 8c96e2548ac132cd73b08a4553d797f85e1e96b3 (patch) | |
tree | 9f0c68b2c20360178427803ffcaf4fcd25b17631 | |
parent | a9e5b24e67378acf2371b5e60e611f371f9716b6 (diff) | |
download | uClibc-alpine-8c96e2548ac132cd73b08a4553d797f85e1e96b3.tar.bz2 uClibc-alpine-8c96e2548ac132cd73b08a4553d797f85e1e96b3.tar.xz |
Note missing shadow support
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ 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) ----------------------------------------------------------------------------- |