OSDN Git Service

Avoid warnings about shifting more bits than we have
[uclinux-h8/uClibc.git] / ldso / libdl / libdl.c
2002-11-15 Eric AndersenFor now, revert Ronald Wahl's change to dlopen. We...
2002-11-15 Eric AndersenRonald Wahl writes:
2002-10-16 Eric AndersenKill a warning. Patch from Joel Coltoff <joel@wmi...
2002-10-15 "Steven J. Hill"Fixed 'dlopen' call for MIPS. Things seem to work swimi...
2002-08-19 Eric Andersenmissed const-ifying this one.
2002-08-08 Eric AndersenFor some perverse reason we were not registering destru...
2002-08-08 Eric AndersenMove destructor attribute tag
2002-08-08 Eric AndersenMissed a spot
2002-08-08 Eric AndersenCleanup to avoid some undefined behavior
2002-06-05 "Steven J. Hill"Fix up of '_dlopen' call and removal of unneeded argume...
2002-05-02 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-01-11 Eric AndersenRemove the now obsolete d-link tree. Update things...
2001-08-11 Eric AndersenBegin removing some unnecessary inlining, and fix naming
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-07-17 Eric AndersenTurn off USE_CACHE by default (so ldconfig, by default...
2001-07-13 Eric AndersenScrub up a few things I forgot. Add a few more cleanups.
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenI forgot to check this in.
2001-04-24 Eric AndersenSilence a warning
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...