Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 3 | -6/+30 |
| | |||||
* | elide some debug noise | Eric Andersen | 2001-08-27 | 1 | -1/+0 |
| | |||||
* | Fix problem with possible redundant entries. | Eric Andersen | 2001-08-18 | 1 | -9/+42 |
| | |||||
* | Fix a stupid bug causing the ld-uClibc entry to be lost. | Eric Andersen | 2001-08-17 | 1 | -14/+11 |
| | |||||
* | Sync up ldd behavior | Eric Andersen | 2001-08-11 | 1 | -3/+7 |
| | |||||
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 3 | -4/+18 |
| | | | | | | 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... | ||||
* | Try search for the shared lib interpreter. Eliminate all double "//"s | Eric Andersen | 2001-08-06 | 1 | -7/+40 |
| | | | | | from the output -Erik | ||||
* | search_for_named_library forgot to wipe the target string, so each time | Eric Andersen | 2001-07-17 | 1 | -1/+1 |
| | | | | around the loop it was getting bigger... | ||||
* | Some cleanups needed for things to compile and work as expected | Eric Andersen | 2001-07-17 | 3 | -72/+57 |
| | | | | | with the new build system... -Erik | ||||
* | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | 2001-07-12 | 1 | -2/+2 |
| | | | | | | few tiny fixups here and there from me. Seems to work just fine and will hopefully be a bit better behaved. -Erik | ||||
* | Rewrite of ldd so it works as expected, and does not invoke the | Eric Andersen | 2001-07-11 | 2 | -296/+344 |
| | | | | | | shared lib loader at all. This will allow us to throw out the support code for that from ld-linux.so.0 -Erik | ||||
* | Fix the code for finding the interpreter, which was I had | Eric Andersen | 2001-07-10 | 1 | -4/+4 |
| | | | | | totally screwed up the first time... -Erik | ||||
* | A few build updates | Eric Andersen | 2001-06-15 | 1 | -2/+2 |
| | |||||
* | Be consistant for all the client code, and use TARGET_CC with ↵ | Eric Andersen | 2001-06-15 | 1 | -9/+6 |
| | | | | --uclibc-use-build-dir | ||||
* | Yet more ldso cleanups. Be more discriminating about when using inlines | Eric Andersen | 2001-06-14 | 1 | -1/+1 |
| | | | | | | and when using real functions. Make things be more portable by providing a default C routine to locate the got. -Erik | ||||
* | Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. | Manuel Novoa III | 2001-06-11 | 1 | -2/+2 |
| | | | | | | | It didn't show up if a previous install was done. This would have been fixed two days ago if the initial bug report had been anything close to lucid. :-( Also changed ldconfig back to staticly linked and update the README file. | ||||
* | Add a new 'readelf' util I wrote this weekend. | Eric Andersen | 2001-06-04 | 5 | -123/+325 |
| | | | | -Erik | ||||
* | Teach the ldso stuff to use the proper elf.h header file, not a local copy. | Eric Andersen | 2001-06-04 | 7 | -13/+79 |
| | | | | -Erik | ||||
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 1 | -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/include | Eric Andersen | 2001-05-25 | 1 | -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 | ||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+2 |
| | | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | ||||
* | Another cleanup. Never pass addresses as an 'int' | Eric Andersen | 2001-05-01 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | Get rid of the a.out header file | Eric Andersen | 2001-04-27 | 2 | -2/+55 |
| | |||||
* | Missed these | Eric Andersen | 2001-04-26 | 1 | -2/+1 |
| | |||||
* | Silence a warning | Eric Andersen | 2001-04-24 | 1 | -0/+2 |
| | |||||
* | Ignore generated stuff. Add a 'make install' target that works. | Eric Andersen | 2001-04-23 | 1 | -0/+2 |
| | | | | -Erik | ||||
* | Initial checkin for ld.so. This is a combination of effort from Manuel Novoa | Eric Andersen | 2001-04-23 | 7 | -0/+1407 |
III and me. I've been working on stripping out arch dependant stuff and replacing it with generic stuff whenever possible. -Erik |