summaryrefslogtreecommitdiff
path: root/ldso/util
AgeCommit message (Collapse)Author
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
2001-05-01Another cleanup. Never pass addresses as an 'int'Eric Andersen
-Erik
2001-04-27Get rid of the a.out header fileEric Andersen
2001-04-26Missed theseEric Andersen
2001-04-24Silence a warningEric Andersen
2001-04-23Ignore generated stuff. Add a 'make install' target that works.Eric Andersen
-Erik
2001-04-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik