summaryrefslogtreecommitdiff
path: root/ldso/ldso/readelflib1.c
AgeCommit message (Expand)Author
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen
2002-06-05Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e..."Steven J. Hill"
2002-05-28Patch from Tobias Anderberg <tobias.anderberg@axis.com> to abstractEric Andersen
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-02Steven J. Hill's latest mips dynamic loader updatesEric Andersen
2002-03-19Prevent uninitialized useEric Andersen
2002-03-14Remove an unused variableEric Andersen
2002-03-08Seperate out the symbol resolution debugging, so it doesn't clutterEric Andersen
2002-02-17A ton of cleanups. Eliminate some useless code. Much betterEric Andersen
2002-01-23Fixup build a bit. Be sneaky and include everything intoEric Andersen
2002-01-11Rework naming for shared lib loader to avoid potentialEric Andersen
2001-08-11Fix the library searching routine so it is way simpler, and soEric Andersen
2001-08-11Begin removing some unnecessary inlining, and fix namingEric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-07-17Oops. USE_CACHE was disabled and didn't compile when enabledEric Andersen
2001-07-17Some cleanups needed for things to compile and work as expectedEric Andersen
2001-07-13This takes about 6k off the size of the x86 shared lib loader...Eric Andersen
2001-07-03Allow the shared lib loader to fallback on the builddir if everythingEric Andersen
2001-06-27Cleanup to not use kernel headers at all.Eric Andersen
2001-06-13Use sys/mman.h not asm/mman.h -- we don't want kernel headers...Eric Andersen
2001-06-04Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen
2001-05-31Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III
2001-05-25One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen
2001-05-01Another cleanup. Never pass addresses as an 'int'Eric Andersen
2001-05-01Yet another major rework. This time around, rework it to no longerEric Andersen
2001-04-23Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen