summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* remove a leftover debug printfEric Andersen2003-03-071-2/+0
* Patch from Stefan AlliusEric Andersen2003-03-073-23/+24
* Fixup ldd handling of multiple filesEric Andersen2003-03-061-12/+36
* Patch from Stefan Allius to make ldd.c compile under SolarisEric Andersen2003-03-041-0/+6
* Teach ldd to be a bit more helpful by telling you specificallyEric Andersen2003-03-041-5/+29
* Teach ldd to act just the glibc provided one (relying on theEric Andersen2003-03-013-37/+106
* doh. I forgot mips can't talk to globals that early on in theEric Andersen2003-03-011-13/+13
* doh. I forgot mips can't talk to globals that early on in theEric Andersen2003-03-012-2/+2
* Fix the shared library loader so we can properly debug things like pthreads.Eric Andersen2003-03-015-41/+37
* Fix a potential compile errorEric Andersen2003-02-282-0/+4
* Fixup a really stupid and terribly obvious bug that was causingEric Andersen2003-02-261-1/+1
* Add a bunch of additional early debugg messages into the sharedEric Andersen2003-02-261-9/+29
* Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fixEric Andersen2003-02-163-21/+20
* Patch from Stefan Allius to fix a compiler warningEric Andersen2003-02-041-1/+3
* The original glibc sysdeps/mips/dl-machine.h source from Kazumoto Kojima wasEric Andersen2003-01-301-3/+3
* Stefan Allius noticed dlib_pic.o was not using XXFLAGS as it shouldEric Andersen2003-01-281-1/+1
* Support having libs in /usr/X11R6/lib by default as wellEric Andersen2003-01-242-0/+2
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-0/+1
* If they call dlopen with anything other than RTLD_LAZYEric Andersen2003-01-032-4/+18
* Rework things such that staticly linked applications can useEric Andersen2002-12-128-144/+337
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-5/+5
* Looks like this is in fact needed to properly debug dynamicallyEric Andersen2002-12-041-0/+8
* Make ldd work even more like GNU ldd by appending dummy load addressesDavid Schleef2002-12-011-2/+2
* Kill a bit of unused cruftEric Andersen2002-11-281-6/+0
* Ok... here's the summary:Manuel Novoa III2002-11-221-1/+1
* Act more like the GNU version. Accept multiple args. Accept/ignoreEric Andersen2002-11-211-30/+62
* Kill SVR4_BUGCOMPATEric Andersen2002-11-204-16/+4
* Patch from Stefan Allius:Eric Andersen2002-11-205-10/+17
* Per suggestion from Stefan Allius, change DO_MPROTECT_HACKS toEric Andersen2002-11-193-6/+6
* Stefan Allius writes:Eric Andersen2002-11-193-3/+19
* For now, revert Ronald Wahl's change to dlopen. We need toEric Andersen2002-11-152-2/+2
* Ronald Wahl writes:Eric Andersen2002-11-152-0/+2
* Add missing quotesEric Andersen2002-11-142-26/+24
* A powerpc patch from Ronald Wahl:Eric Andersen2002-11-121-1/+1
* Patch from Stefan Allius for libgcc multilib supportEric Andersen2002-11-081-1/+1
* Fix a silly compile bugEric Andersen2002-11-081-0/+1
* Another SuperH patch from Stefan Allius. This make it soEric Andersen2002-11-083-94/+93
* Fix up a compile errorEric Andersen2002-11-061-1/+6
* Cleanup patch from Simon RoweEric Andersen2002-11-061-1/+12
* Massive scrubbing of the shared lib loader error handling.Eric Andersen2002-11-0512-265/+222
* Kill legacy DOPIC=true assignmentEric Andersen2002-11-051-1/+0
* Several SH lib loader patches by Stefan Allius <allius@atecom.com>Eric Andersen2002-11-035-3/+8
* Patch from M. R. Brown <mrbrown@0xd6.org> to get rid ofEric Andersen2002-11-034-122/+122
* Fix PIC configuration, so shared libraries once again workEric Andersen2002-11-021-0/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-312-4/+2
* Use '#ifdef __linux__' not '#ifdef linux'Eric Andersen2002-10-301-3/+3
* Actually install libdl.aEric Andersen2002-10-251-3/+3
* Kill a warning. Patch from Joel Coltoff <joel@wmi.com>Eric Andersen2002-10-162-0/+8
* Fixed 'dlopen' call for MIPS. Things seem to work swimingly. Woohoo!"Steven J. Hill"2002-10-152-0/+18
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-0111-75/+111