OSDN Git Service

Rework file naming, aiming for at least a vague level of consistancy
[uclinux-h8/uClibc.git] / ldso / libdl /
2004-02-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-07 Eric AndersenThanks to Joakim's recent paches, we can now remove...
2004-02-07 Eric AndersenStep one, begin shuffling things around a bit
2004-01-29 Eric AndersenEliminate separate passes for _dl_copy_fixups() and...
2004-01-20 Eric AndersenAs noted by Doru Petrescu, there was a spurious line...
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2003-11-04 Eric AndersenRework the config system. Better utilize the Kconfig...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-15 Eric AndersenDoh! I was returning with an incorrect pointer type...
2003-10-14 Eric AndersenEnable full debug support for ld-uClibc and libdl
2003-10-09 Eric AndersenWhen someone would dlopen a shared lib that was already...
2003-09-02 Eric AndersenFix a problem with dtors/dtors.
2003-08-19 Eric AndersenI just realized we need global symbol resolution for...
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...
2003-06-27 Eric AndersenRun dlopened ctors and dtors in the correct order
2003-03-01 Eric Andersendoh. I forgot mips can't talk to globals that early...
2003-02-28 Eric AndersenFix a potential compile error
2003-01-28 Eric AndersenStefan Allius noticed dlib_pic.o was not using XXFLAGS...
2003-01-03 Eric AndersenIf they call dlopen with anything other than RTLD_LAZY
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-11-15 Eric AndersenFor now, revert Ronald Wahl's change to dlopen. We...
2002-11-15 Eric AndersenRonald Wahl writes:
2002-10-25 Eric AndersenActually install libdl.a
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-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-05-02 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-02-17 Eric AndersenEliminate circular dependancy
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenOops. I forgot to add -Bdynamic to this one.
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenRemove the now obsolete d-link tree. Update things...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 David SchleefRemoved TARGET_CFLAGS definition, since it was moved...
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-07-03 Eric AndersenForce our child libs to link vs libc
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenI forgot to check this in.
2001-04-27 Eric AndersenYet another large update to ld.so. In this iteration...
2001-04-26 Eric AndersenBe more careful about not hard coding names.
2001-04-25 Eric AndersenUpdate ignore target
2001-04-25 Eric AndersenMove libdl and udate build method a bit
2001-04-24 Eric AndersenAvoid a chicken-and-the-egg problem. Use $(LD) to...
2001-04-24 Eric AndersenSilence a warning
2001-04-23 Eric AndersenIgnore generated stuff. Add a 'make install' target...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...