summaryrefslogtreecommitdiffstats
path: root/ldso/util/ldconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-2/+2
| | | | | | issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging...
* Some cleanups needed for things to compile and work as expectedEric Andersen2001-07-171-2/+2
| | | | | with the new build system... -Erik
* Add a new 'readelf' util I wrote this weekend.Eric Andersen2001-06-041-1/+1
| | | | -Erik
* Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen2001-06-041-2/+1
| | | | -Erik
* Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, andManuel Novoa III2001-05-311-4/+2
| | | | | | | | TARGET_PREFIX to allow more flexibility. Also modified the gcc wrapper to do the right thing if -Wl,--dynamic-linker,xxx is passed on the command line. The gcc wrapper will also check the env variable UCLIBC_GCC_LDOPT for a dynamic linker option at runtime (although command line arg overrides the env variable).
* One last structural change. Install header files to INSTALLDIR/usr/includeEric Andersen2001-05-251-4/+1
| | | | | | | so we now parallel the behavior of the standard tools. Also make sure we check INSTALLDIR/lib and INSTALLDIR/usr/lib for libraries. -Erik
* Get rid of the a.out header fileEric Andersen2001-04-271-1/+26
|
* Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen2001-04-231-0/+837
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik