summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed redundant code. Same thing exist in sys/syscalls.h so include thatTobias Anderberg2002-09-232-270/+10
* * Changed paramater names to match their register, i.e. __a -> __r10.Tobias Anderberg2002-09-192-112/+112
* Updated for the CRIS port.Tobias Anderberg2002-09-162-0/+6
* Initial version of the dynamic linker code for the CRIS port.Tobias Anderberg2002-09-168-0/+979
* Support LD_DEBUG=allTobias Anderberg2002-09-121-5/+11
* Add missing _dl_dprintf arguments, as noticed by Tero Lyytik�inen <tero@par...Eric Andersen2002-09-123-3/+6
* Fixup multi-line stringEric Andersen2002-09-091-9/+8
* Fixed another address alignment where a pagesize of 4k were assumed.Tobias Anderberg2002-09-052-2/+2
* Use bits/kernel_stat.h, not asm/stat.hEric Andersen2002-08-241-2/+1
* missed const-ifying this one.Eric Andersen2002-08-192-2/+2
* some updates from Stefan Allius to make up the SuperH shared libEric Andersen2002-08-1910-58/+183
* Fix alignment, minor cosmetic changesEric Andersen2002-08-121-6/+10
* Ok, bad idea. didn't work.Eric Andersen2002-08-092-2/+56
* Link ldso vs libgcc.a and eliminate baggage caused byEric Andersen2002-08-0912-1421/+8
* Patch from Stefan Allius, avoid compiler warnings (unused variable)Eric Andersen2002-08-098-8/+8
* Patch from Stefan Allius to remove obsolete printfsEric Andersen2002-08-091-2/+0
* Disable this code for mips, which does things quite differently...Eric Andersen2002-08-092-2/+6
* Fix a stupid typo messing up powerpc supportEric Andersen2002-08-091-1/+1
* For some perverse reason we were not registering destructorsEric Andersen2002-08-082-0/+8
* Make powerpc compile once againEric Andersen2002-08-082-0/+2
* Move destructor attribute tagEric Andersen2002-08-082-6/+2