| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing function when USE_CACHE is enabled | Eric Andersen | 2001-07-17 | 2 | -0/+32 |
* | Oops. USE_CACHE was disabled and didn't compile when enabled | Eric Andersen | 2001-07-17 | 3 | -3/+3 |
* | Forgot this... | Eric Andersen | 2001-07-17 | 1 | -1/+3 |
* | Some cleanups needed for things to compile and work as expected | Eric Andersen | 2001-07-17 | 6 | -87/+150 |
* | Scrub up a few things I forgot. Add a few more cleanups. | Eric Andersen | 2001-07-13 | 9 | -156/+143 |
* | This takes about 6k off the size of the x86 shared lib loader... | Eric Andersen | 2001-07-13 | 16 | -556/+570 |
* | This commit merges David Schleef's updates to the build system, which a | Eric Andersen | 2001-07-12 | 2 | -4/+4 |
* | Added #ifdef DEBUG where appropriate. | David Schleef | 2001-07-12 | 4 | -62/+56 |
* | First cut of PowerPC port. It works for hello world, but has lots | David Schleef | 2001-07-12 | 10 | -0/+1750 |
* | Small fixups for powerpc | David Schleef | 2001-07-12 | 8 | -4/+28 |
* | Rewrite of ldd so it works as expected, and does not invoke the | Eric Andersen | 2001-07-11 | 2 | -296/+344 |
* | Fix the code for finding the interpreter, which was I had | Eric Andersen | 2001-07-10 | 1 | -4/+4 |
* | Finish up merging the arm port into the main tree. | Eric Andersen | 2001-07-03 | 11 | -69/+182 |
* | Merge the arm port into the main tree. The final version (the one that | Eric Andersen | 2001-07-03 | 8 | -0/+1147 |
* | Merge arm support into the mainstream. This change is pretty | Eric Andersen | 2001-07-03 | 2 | -16/+26 |
* | Scrub a couple of ints | Eric Andersen | 2001-07-03 | 1 | -2/+3 |
* | Allow the shared lib loader to fallback on the builddir if everything | Eric Andersen | 2001-07-03 | 3 | -1/+27 |
* | Force our child libs to link vs libc | Eric Andersen | 2001-07-03 | 1 | -1/+1 |
* | Cleanup to not use kernel headers at all. | Eric Andersen | 2001-06-27 | 16 | -73/+391 |
* | This commit finishes adding support for the old m68k-coff toolchains by | Eric Andersen | 2001-06-18 | 1 | -0/+6 |
* | A few build updates | Eric Andersen | 2001-06-15 | 2 | -3/+3 |
* | Make some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDERR macros that | Eric Andersen | 2001-06-15 | 7 | -26/+49 |
* | Now that our compiler wrapper is up to it, we can now use TARGET_CC | Eric Andersen | 2001-06-15 | 1 | -12/+10 |
* | Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu... | Eric Andersen | 2001-06-15 | 2 | -15/+10 |
* | Some silly grammar stuff | Eric Andersen | 2001-06-14 | 1 | -2/+4 |
* | Yet more ldso cleanups. Be more discriminating about when using inlines | Eric Andersen | 2001-06-14 | 23 | -222/+716 |
* | Use sys/mman.h not asm/mman.h -- we don't want kernel headers... | Eric Andersen | 2001-06-13 | 2 | -2/+2 |
* | Get rid of the unused LDSO_VERSION | Eric Andersen | 2001-06-11 | 1 | -6/+1 |
* | Fix bug in ldso/util/Makefile introduced when Erik added the readelf app. | Manuel Novoa III | 2001-06-11 | 1 | -2/+2 |
* | Changes needed to build the ldso dir for m68k. I haven't tested it, | David McCullough | 2001-06-07 | 7 | -231/+402 |
* | ldso build always used $(NATIVE_ARCH)-uClibc-gcc, which doesn't work for | David McCullough | 2001-06-07 | 1 | -1/+1 |
* | Add a new 'readelf' util I wrote this weekend. | Eric Andersen | 2001-06-04 | 5 | -123/+325 |
* | Teach the ldso stuff to use the proper elf.h header file, not a local copy. | Eric Andersen | 2001-06-04 | 12 | -18/+89 |
* | Always check before you commit...^100. We need to build the dynamic linker | Manuel Novoa III | 2001-06-02 | 1 | -2/+5 |
* | Only build ldso if building shared. Also, if building ldso, build all subdirs. | Manuel Novoa III | 2001-06-02 | 1 | -4/+1 |
* | Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and | Manuel Novoa III | 2001-05-31 | 6 | -89/+13 |
* | One last structural change. Install header files to INSTALLDIR/usr/include | Eric Andersen | 2001-05-25 | 5 | -49/+51 |
* | I wasn't building the libdl shared lib anymore. Make each lib install a | Eric Andersen | 2001-05-18 | 1 | -4/+5 |
* | Oops again. We do want to print this info, but only when | Eric Andersen | 2001-05-16 | 3 | -0/+15 |
* | Oops. I left in some debugging noise. Also some minor formatting updates. | Eric Andersen | 2001-05-16 | 3 | -78/+36 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 5 | -48/+96 |
* | Rework where libraries get installed to. Now thew will be compiled and | Eric Andersen | 2001-05-11 | 1 | -8/+6 |
* | Check if ld.so is included in the NEEDED list. If so, do not _again_ | Eric Andersen | 2001-05-10 | 3 | -24/+93 |
* | Fix up naming of ld.so so every uses the same define. The top level | Eric Andersen | 2001-05-10 | 6 | -17/+18 |
* | minor formatting cleanups | Eric Andersen | 2001-05-10 | 1 | -6/+3 |
* | Add in _dl_strrchr | Eric Andersen | 2001-05-10 | 2 | -10/+42 |
* | Make sure types are pulled in | Eric Andersen | 2001-05-08 | 2 | -0/+4 |
* | Some very minor cleanups | Eric Andersen | 2001-05-08 | 4 | -8/+9 |
* | Put in but leave commented the DL_DEBUG define | Eric Andersen | 2001-05-07 | 1 | -1/+1 |
* | Another update to make sure things work properly on x86 now. | Eric Andersen | 2001-05-04 | 1 | -11/+11 |