summaryrefslogtreecommitdiff
path: root/ldso/ldso/readelflib1.c
AgeCommit message (Expand)Author
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