]> Git Repo - uclibc-ng.git/history - ldso
Eliminate circular dependancy
[uclibc-ng.git] / ldso /
2002-02-17 Eric AndersenEliminate circular dependancy
2002-02-17 Eric AndersenA ton of cleanups. Eliminate some useless code. Much...
2002-02-13 Eric AndersenFix silly buffer overflow
2002-02-02 Eric AndersenDon't free memory prematurely
2002-01-31 Eric AndersenFix makefile so it actually works when cross compiling
2002-01-31 Eric Andersenmake sure all utilities will build even with older...
2002-01-30 Eric AndersenFixup util build
2002-01-29 Eric AndersenGo back to using ld, now that I've found the real probl...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-25 Eric AndersenFix up all non-x86 arches to cope with the latest ldso...
2002-01-23 Eric AndersenFixup build a bit. Be sneaky and include everything...
2002-01-16 Eric AndersenOops. I forgot to add -Bdynamic to this one.
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-14 Eric AndersenBoth _dl_simple_ltoa and _dl_simple_ltoahex use buffers...
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenOops. We lost -FPIC in the shuffle...
2002-01-11 Eric AndersenRemove the now obsolete d-link tree. Update things...
2002-01-11 Eric AndersenRemove old named file. Fix headers on updated one.
2002-01-11 Eric AndersenRework naming for shared lib loader to avoid potential
2002-01-11 Eric AndersenDon't use target strip on native binary
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-09 Eric AndersenIgnore native ldd
2002-01-09 Eric AndersenBuild a native uClibc ldd
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-12-19 Eric AndersenUpdate my email address. I am no longer [email protected]
2001-11-26 David SchleefRemoved TARGET_CFLAGS definition, since it was moved...
2001-11-26 David SchleefFix buggy R_PPC_RELATIVE relocation. Symptom was that...
2001-11-26 David SchleefFix calculation of PLT entry index. Caused segfaults...
2001-11-12 David Schleefpowerpc/elfinterp.c: Powerpc works now. Major rework...
2001-08-27 Eric Andersenelide some debug noise
2001-08-18 Eric AndersenFix problem with possible redundant entries.
2001-08-17 Eric AndersenFix a stupid bug causing the ld-uClibc entry to be...
2001-08-11 Eric AndersenSync up ldd behavior
2001-08-11 Eric AndersenFix the library searching routine so it is way simpler...
2001-08-11 Eric AndersenBegin removing some unnecessary inlining, and fix naming
2001-08-10 Eric AndersenUpdate the build system, yet again. I hope this is...
2001-08-08 Eric AndersenThis syncs things up with my local tree. Mainly change...
2001-08-06 Eric AndersenTry search for the shared lib interpreter. Eliminate...
2001-08-06 Eric AndersenIf /etc/ld.so.preload was size 0, the shared lib loader...
2001-07-17 Eric Andersensearch_for_named_library forgot to wipe the target...
2001-07-17 Eric AndersenTurn off USE_CACHE by default (so ldconfig, by default...
2001-07-17 Eric AndersenFix missing function when USE_CACHE is enabled
2001-07-17 Eric AndersenOops. USE_CACHE was disabled and didn't compile when...
2001-07-17 Eric AndersenForgot this...
2001-07-17 Eric AndersenSome cleanups needed for things to compile and work...
2001-07-13 Eric AndersenScrub up a few things I forgot. Add a few more cleanups.
2001-07-13 Eric AndersenThis takes about 6k off the size of the x86 shared...
2001-07-12 Eric AndersenThis commit merges David Schleef's updates to the build...
2001-07-12 David SchleefAdded #ifdef DEBUG where appropriate.
2001-07-12 David SchleefFirst cut of PowerPC port. It works for hello world...
2001-07-12 David SchleefSmall fixups for powerpc
2001-07-11 Eric AndersenRewrite of ldd so it works as expected, and does not...
2001-07-10 Eric AndersenFix the code for finding the interpreter, which was...
2001-07-03 Eric AndersenFinish up merging the arm port into the main tree.
2001-07-03 Eric AndersenMerge the arm port into the main tree. The final versi...
2001-07-03 Eric AndersenMerge arm support into the mainstream. This change...
2001-07-03 Eric AndersenScrub a couple of ints
2001-07-03 Eric AndersenAllow the shared lib loader to fallback on the builddir...
2001-07-03 Eric AndersenForce our child libs to link vs libc
2001-06-27 Eric AndersenCleanup to not use kernel headers at all.
2001-06-18 Eric AndersenThis commit finishes adding support for the old m68k...
2001-06-15 Eric AndersenA few build updates
2001-06-15 Eric AndersenMake some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDE...
2001-06-15 Eric AndersenNow that our compiler wrapper is up to it, we can now...
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-06-14 Eric AndersenSome silly grammar stuff
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-06-13 Eric AndersenUse sys/mman.h not asm/mman.h -- we don't want kernel...
2001-06-11 Eric AndersenGet rid of the unused LDSO_VERSION
2001-06-11 Manuel Novoa III Fix bug in ldso/util/Makefile introduced when Erik...
2001-06-07 David McCulloughChanges needed to build the ldso dir for m68k. I haven...
2001-06-07 David McCulloughldso build always used $(NATIVE_ARCH)-uClibc-gcc, ...
2001-06-04 Eric AndersenAdd a new 'readelf' util I wrote this weekend.
2001-06-04 Eric AndersenTeach the ldso stuff to use the proper elf.h header...
2001-06-02 Manuel Novoa III Always check before you commit...^100. We need to...
2001-06-02 Manuel Novoa III Only build ldso if building shared. Also, if building...
2001-05-31 Manuel Novoa III Removed INSTALL_DIR and replaced it with DEVEL_PREFIX...
2001-05-25 Eric AndersenOne last structural change. Install header files to...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-16 Eric AndersenOops again. We do want to print this info, but only...
2001-05-16 Eric AndersenOops. I left in some debugging noise. Also some minor...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenRework where libraries get installed to. Now thew...
2001-05-10 Eric AndersenCheck if ld.so is included in the NEEDED list. If...
2001-05-10 Eric AndersenFix up naming of ld.so so every uses the same define...
2001-05-10 Eric Andersenminor formatting cleanups
2001-05-10 Eric AndersenAdd in _dl_strrchr
2001-05-08 Eric AndersenMake sure types are pulled in
2001-05-08 Eric AndersenSome very minor cleanups
2001-05-07 Eric AndersenPut in but leave commented the DL_DEBUG define
2001-05-04 Eric AndersenAnother update to make sure things work properly on...
2001-05-04 Eric AndersenThis patch allows powerpc to compile again. It also...
2001-05-03 Eric AndersenDont segfault when folks run ld-uclibc as an executable.
2001-05-03 Eric AndersenDescribe what this routine is supposed to do so we...
2001-05-03 Eric AndersenSome more minor updates. Add in some debug stuff, and
2001-05-02 Eric AndersenSome more updates and explanation
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenI forgot to check this in.
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
next
This page took 0.0703 seconds and 7 git commands to generate.