summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2002-12-12Rework things such that staticly linked applications can useEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-04Looks like this is in fact needed to properly debug dynamicallyEric Andersen
2002-12-01Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef
2002-11-28Kill a bit of unused cruftEric Andersen
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-21Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen
2002-11-20Kill SVR4_BUGCOMPATEric Andersen
2002-11-20Patch from Stefan Allius:Eric Andersen
2002-11-19Per suggestion from Stefan Allius, change DO_MPROTECT_HACKS toEric Andersen
2002-11-19Stefan Allius writes:Eric Andersen
2002-11-15For now, revert Ronald Wahl's change to dlopen. We need toEric Andersen
2002-11-15Ronald Wahl writes:Eric Andersen
2002-11-14Add missing quotesEric Andersen
2002-11-12A powerpc patch from Ronald Wahl:Eric Andersen
2002-11-08Patch from Stefan Allius for libgcc multilib supportEric Andersen
2002-11-08Fix a silly compile bugEric Andersen
2002-11-08Another SuperH patch from Stefan Allius. This make it soEric Andersen
2002-11-06Fix up a compile errorEric Andersen
2002-11-06Cleanup patch from Simon RoweEric Andersen
2002-11-05Massive scrubbing of the shared lib loader error handling.Eric Andersen
2002-11-05Kill legacy DOPIC=true assignmentEric Andersen
2002-11-03Several SH lib loader patches by Stefan Allius <allius@atecom.com>Eric Andersen
2002-11-03Patch from M. R. Brown <mrbrown@0xd6.org> to get rid ofEric Andersen
2002-11-02Fix PIC configuration, so shared libraries once again workEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-30Use '#ifdef __linux__' not '#ifdef linux'Eric Andersen
2002-10-25Actually install libdl.aEric Andersen
2002-10-16Kill a warning. Patch from Joel Coltoff <joel@wmi.com>Eric Andersen
2002-10-15Fixed 'dlopen' call for MIPS. Things seem to work swimingly. Woohoo!"Steven J. Hill"
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen
2002-09-23Removed redundant code. Same thing exist in sys/syscalls.h so include thatTobias Anderberg
2002-09-19* Changed paramater names to match their register, i.e. __a -> __r10.Tobias Anderberg
2002-09-16Updated for the CRIS port.Tobias Anderberg
2002-09-16Initial version of the dynamic linker code for the CRIS port.Tobias Anderberg
2002-09-12Support LD_DEBUG=allTobias Anderberg
2002-09-12Add missing _dl_dprintf arguments, as noticed by Tero Lyytik�inen <tero@par...Eric Andersen
2002-09-09Fixup multi-line stringEric Andersen
2002-09-05Fixed another address alignment where a pagesize of 4k were assumed.Tobias Anderberg
2002-08-24Use bits/kernel_stat.h, not asm/stat.hEric Andersen
2002-08-19missed const-ifying this one.Eric Andersen
2002-08-19some updates from Stefan Allius to make up the SuperH shared libEric Andersen
2002-08-12Fix alignment, minor cosmetic changesEric Andersen
2002-08-09Ok, bad idea. didn't work.Eric Andersen
2002-08-09Link ldso vs libgcc.a and eliminate baggage caused byEric Andersen
2002-08-09Patch from Stefan Allius, avoid compiler warnings (unused variable)Eric Andersen
2002-08-09Patch from Stefan Allius to remove obsolete printfsEric Andersen
2002-08-09Disable this code for mips, which does things quite differently...Eric Andersen
2002-08-09Fix a stupid typo messing up powerpc supportEric Andersen
2002-08-08For some perverse reason we were not registering destructorsEric Andersen