summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
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
2002-08-08Make powerpc compile once againEric Andersen
2002-08-08Move destructor attribute tagEric Andersen
2002-08-08Missed a spotEric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to let ldd andEric Andersen
2002-08-08Make some strings constEric Andersen
2002-08-08Cleanup to avoid some undefined behaviorEric Andersen
2002-07-25ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"
2002-07-25Kill cruft. Build ldd for the host system by default.Eric Andersen
2002-07-25Take advantage of the new syscall stuff on x86 and arm to killEric Andersen
2002-07-02Fixup where locals shadowed globalsEric Andersen
2002-06-23Don't try to compile the target utils unless told to do so.Eric Andersen
2002-06-21Fix support for 2.0.x linux kernels. Oops.Eric Andersen
2002-06-05Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e..."Steven J. Hill"
2002-06-04If we are cross-compiling, don't even try to build the target utilities."Steven J. Hill"
2002-05-29Silly me. ldd.target is for the target system, so don'tEric Andersen
2002-05-28Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen
2002-05-28Patch from Tobias Anderberg <tobias.anderberg@axis.com> to abstractEric Andersen
2002-05-24Fix a couple of silly bugs I'd left in while fixing thingsEric Andersen
2002-05-24Fix ldd so it correctly handles search paths of just one entryEric Andersen
2002-05-24Pass the -s to the linkerEric Andersen
2002-05-20Added more debug code."Steven J. Hill"
2002-05-20Fixed MIPS dynamic linker by removing link order dependency bug."Steven J. Hill"
2002-05-09Another mips patch from Steven J. Hill:Eric Andersen
2002-05-09Fix funky use of bracketsEric Andersen