summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2002-02-18Make shared libs properly list the correct ld.so in the interpEric Andersen
2002-02-18Whine and exit if people link against GNU libc orEric Andersen
2002-02-17Fix defines so debugging works as expectedEric Andersen
2002-02-17Some more updates. Darn -- arm needs the mprotect hackEric Andersen
2002-02-17A few more little fixupsEric Andersen
2002-02-17Eliminate circular dependancyEric Andersen
2002-02-17A ton of cleanups. Eliminate some useless code. Much betterEric Andersen
2002-02-13Fix silly buffer overflowEric Andersen
2002-02-02Don't free memory prematurelyEric Andersen
2002-01-31Fix makefile so it actually works when cross compilingEric Andersen
2002-01-31make sure all utilities will build even with older toolchains byEric Andersen
2002-01-30Fixup util buildEric Andersen
2002-01-29Go back to using ld, now that I've found the real problem...Eric Andersen
2002-01-28Fix the bug where binaries built with older toolchains wouldEric Andersen
2002-01-25Fix up all non-x86 arches to cope with the latest ldso updateEric Andersen
2002-01-23Fixup build a bit. Be sneaky and include everything intoEric Andersen
2002-01-16Oops. I forgot to add -Bdynamic to this one.Eric Andersen
2002-01-16Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen
2002-01-14Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21,Eric Andersen
2002-01-12Depend upon libcEric Andersen
2002-01-11More build system cleanups...Eric Andersen
2002-01-11Oops. We lost -FPIC in the shuffle...Eric Andersen
2002-01-11Remove the now obsolete d-link tree. Update things to copeEric Andersen
2002-01-11Remove old named file. Fix headers on updated one.Eric Andersen
2002-01-11Rework naming for shared lib loader to avoid potentialEric Andersen
2002-01-11Don't use target strip on native binaryEric Andersen
2002-01-11Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen
2002-01-09Ignore native lddEric Andersen
2002-01-09Build a native uClibc lddEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-26Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.makDavid Schleef
2001-11-26Fix buggy R_PPC_RELATIVE relocation. Symptom was that stringsDavid Schleef
2001-11-26Fix calculation of PLT entry index. Caused segfaults on second callDavid Schleef
2001-11-12powerpc/elfinterp.c: Powerpc works now. Major rework; most relocsDavid Schleef
2001-08-27elide some debug noiseEric Andersen
2001-08-18Fix problem with possible redundant entries.Eric Andersen
2001-08-17Fix a stupid bug causing the ld-uClibc entry to be lost.Eric Andersen
2001-08-11Sync up ldd behaviorEric Andersen
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-10Update the build system, yet again. I hope this is the last time...Eric Andersen
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-08-06Try search for the shared lib interpreter. Eliminate all double "//"sEric Andersen
2001-08-06If /etc/ld.so.preload was size 0, the shared lib loader wouldEric Andersen
2001-07-17search_for_named_library forgot to wipe the target string, so each timeEric Andersen
2001-07-17Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen
2001-07-17Fix missing function when USE_CACHE is enabledEric Andersen
2001-07-17Oops. USE_CACHE was disabled and didn't compile when enabledEric Andersen
2001-07-17Forgot this...Eric Andersen