summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Missed a spotEric Andersen2002-08-082-12/+12
* Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen2002-08-0835-737/+2065
* Patch from Stefan Allius and Edie C. Dost to let ldd andEric Andersen2002-08-084-10/+74
* Make some strings constEric Andersen2002-08-085-5/+5
* Cleanup to avoid some undefined behaviorEric Andersen2002-08-082-76/+74
* ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"2002-07-253-350/+16
* Kill cruft. Build ldd for the host system by default.Eric Andersen2002-07-251-4/+4
* Take advantage of the new syscall stuff on x86 and arm to killEric Andersen2002-07-254-568/+20
* Fixup where locals shadowed globalsEric Andersen2002-07-021-18/+16
* Don't try to compile the target utils unless told to do so.Eric Andersen2002-06-231-3/+0
* Fix support for 2.0.x linux kernels. Oops.Eric Andersen2002-06-211-2/+2
* Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e..."Steven J. Hill"2002-06-055-41/+43
* If we are cross-compiling, don't even try to build the target utilities."Steven J. Hill"2002-06-041-6/+7
* Silly me. ldd.target is for the target system, so don'tEric Andersen2002-05-291-1/+1
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-282-4/+4
* Patch from Tobias Anderberg <tobias.anderberg@axis.com> to abstractEric Andersen2002-05-2815-27/+85
* Fix a couple of silly bugs I'd left in while fixing thingsEric Andersen2002-05-241-5/+11
* Fix ldd so it correctly handles search paths of just one entryEric Andersen2002-05-241-27/+29
* Pass the -s to the linkerEric Andersen2002-05-241-2/+2
* Added more debug code."Steven J. Hill"2002-05-201-0/+7
* Fixed MIPS dynamic linker by removing link order dependency bug."Steven J. Hill"2002-05-208-103/+91