summaryrefslogtreecommitdiff
path: root/ldso/libdl
AgeCommit message (Expand)Author
2002-08-19missed const-ifying this one.Eric Andersen
2002-08-08For some perverse reason we were not registering destructorsEric Andersen
2002-08-08Move destructor attribute tagEric Andersen
2002-08-08Missed a spotEric Andersen
2002-08-08Cleanup to avoid some undefined behaviorEric Andersen
2002-06-05Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e..."Steven J. Hill"
2002-05-28Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen
2002-05-02Patch from Tobias Anderberg <tobias.anderberg@axis.com> toEric Andersen
2002-05-02Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen
2002-02-18Make shared libs properly list the correct ld.so in the interpEric Andersen
2002-02-17Eliminate circular dependancyEric Andersen
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
2002-01-16Oops. I forgot to add -Bdynamic to this one.Eric Andersen
2002-01-12Depend upon libcEric Andersen
2002-01-11Remove the now obsolete d-link tree. Update things to copeEric Andersen
2002-01-11Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-26Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.makDavid Schleef
2001-08-11Begin removing some unnecessary inlining, and fix namingEric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-07-17Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen
2001-07-13Scrub up a few things I forgot. Add a few more cleanups.Eric Andersen
2001-07-03Force our child libs to link vs libcEric Andersen
2001-06-15Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen
2001-06-14Yet more ldso cleanups. Be more discriminating about when using inlinesEric Andersen
2001-05-18I wasn't building the libdl shared lib anymore. Make each lib install aEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-10Fix up naming of ld.so so every uses the same define. The top levelEric Andersen
2001-05-01Another cleanup. Never pass addresses as an 'int'Eric Andersen
2001-05-01I forgot to check this in.Eric Andersen
2001-04-27Yet another large update to ld.so. In this iteration I finally gotEric Andersen
2001-04-26Be more careful about not hard coding names.Eric Andersen
2001-04-25Update ignore targetEric Andersen
2001-04-25Move libdl and udate build method a bitEric Andersen
2001-04-24Avoid a chicken-and-the-egg problem. Use $(LD) to compile theEric Andersen
2001-04-24Silence a warningEric Andersen
2001-04-23Ignore generated stuff. Add a 'make install' target that works.Eric Andersen
2001-04-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen