summaryrefslogtreecommitdiff
path: root/ldso/ldso
AgeCommit message (Expand)Author
2002-07-25ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"
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-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-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-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
2002-05-02Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen
2002-04-10SEND_NUMBER_STDERR is supposed to be calling _dl_simple_ltoa(),Eric Andersen
2002-04-10Teach powerpc to whine loudly about using -fPIC when a R_PPC_REL24Eric Andersen
2002-04-09Removed handling for R_PPC_REL24, since it is deceptively useless.David Schleef
2002-04-03Remove unused variableEric Andersen
2002-04-03Steven's patch contained a spare SEND_NUMBER_STDERR call that wasEric Andersen
2002-04-02Steven J. Hill's latest mips dynamic loader updatesEric Andersen
2002-04-02Doh! This is _still_ wrong. Fix potential buffer overflow.Eric Andersen
2002-03-29More mips support from sjhillEric Andersen
2002-03-20Attempt to follow symlinks if possible, and use that directoryEric Andersen
2002-03-19Prevent uninitialized useEric Andersen
2002-03-19Initial mips ldso porting effort from Steven J. Hill. Not yetEric Andersen
2002-03-19Add new debug target (disabled by default) so that when debugEric Andersen
2002-03-19Revert my symlink detecting change for now, since it breaksEric Andersen
2002-03-19Resolve symlinks when determining the real ld.so path, which isEric Andersen
2002-03-19Cleanup header files a bit.Eric Andersen
2002-03-18Let older arm cross compilers workEric Andersen
2002-03-17Enable trace support by default, since it only costs 300 bytesEric Andersen
2002-03-14Remove an unused variableEric Andersen
2002-03-08Seperate out the symbol resolution debugging, so it doesn't clutterEric Andersen
2002-02-23Add a better error msgEric Andersen
2002-02-18Whine and exit if people link against GNU libc orEric Andersen
2002-02-17Fix defines so debugging works as expectedEric Andersen
2002-02-17Some more updates. Darn -- arm needs the mprotect hackEric Andersen
2002-02-17A few more little fixupsEric Andersen
2002-02-17A ton of cleanups. Eliminate some useless code. Much betterEric Andersen
2002-01-29Go back to using ld, now that I've found the real problem...Eric Andersen
2002-01-25Fix up all non-x86 arches to cope with the latest ldso updateEric Andersen
2002-01-23Fixup build a bit. Be sneaky and include everything intoEric Andersen
2002-01-16Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen
2002-01-14Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21,Eric Andersen
2002-01-11Oops. We lost -FPIC in the shuffle...Eric Andersen
2002-01-11Remove old named file. Fix headers on updated one.Eric Andersen
2002-01-11Rework naming for shared lib loader to avoid potentialEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-26Fix buggy R_PPC_RELATIVE relocation. Symptom was that stringsDavid Schleef
2001-11-26Fix calculation of PLT entry index. Caused segfaults on second callDavid Schleef
2001-11-12powerpc/elfinterp.c: Powerpc works now. Major rework; most relocsDavid Schleef