summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-elf.c
AgeCommit message (Expand)Author
2005-11-20fix up ifdef checks so dl_iterate_phdr is defined in all the proper objectsMike Frysinger
2005-11-06Do not set the RELOCS_DONE flag until it is actually done. This order matters..."Steven J. Hill"
2005-10-29Hopefully fix the bug Oleg reported in http://uclibc.org/lists/uclibc/2005-Oc...Joakim Tjernlund
2005-09-17Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat...Joakim Tjernlund
2005-08-29some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hostsMike Frysinger
2005-07-11use the debug dprint macros to clean up readabilityMike Frysinger
2005-07-11use the debug dprint macros to clean up readabilityMike Frysinger
2005-07-11declare reloc_addr as ElfW(Addr) instead of Word since it is an Addr, not a W...Mike Frysinger
2005-07-09make sure we use long instead of int so we dont truncate 64bit valuesMike Frysinger
2005-07-07make RUNPATH/RPATH support configurableMike Frysinger
2005-06-30change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger
2005-06-25move _dl_if_debug_dprint() to shared ldso headerMike Frysinger
2005-06-25rework the debug _dl_dprintf usage to avoid #ifdef macros and make more readableMike Frysinger
2005-06-01Initial support for both RUNPATH support.Joakim Tjernlund
2005-05-31Fix bug 60Joakim Tjernlund
2005-04-23Cleanup library loading.Joakim Tjernlund
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-14Generalize optimized relative reloc procesing.Joakim Tjernlund
2005-01-05fix eriks e-mail addressMike Frysinger
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
2004-10-11Undo previous change. Leave SUID programs alone until I know what to doJoakim Tjernlund
2004-10-11Don't use ld.so.cache for SUID programs.Joakim Tjernlund
2004-10-07Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund
2004-10-06Don't complain if ld.so.cache is missing.Joakim Tjernlund
2004-10-06Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund
2004-10-06Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__Joakim Tjernlund
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-09-28Remove /usr/X11R6/lib from search path.Joakim Tjernlund
2004-09-17Added back dl_iterate_phdr in ldso(with some small changes).Joakim Tjernlund
2004-08-25Patch from Stefan Allius:Joakim Tjernlund
2004-08-17Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund
2004-08-10Mike Frysinger writes:Joakim Tjernlund
2004-08-06Joakim Tjernlund writes:Eric Andersen
2004-07-30Teach libdl to use normal libc symbols whenever possible, i.e. mallocEric Andersen
2004-07-16Revert this stuff for nowEric Andersen
2004-07-14Sigh. I got things working this morning, then checked stuff in from the wrongEric Andersen
2004-07-14Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicelyEric Andersen
2004-06-12Jakub Bogusz from pld-linux dot org writes:Eric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-03-18Look in /usr/X11R6/lib as wellEric Andersen
2004-02-17When doing _dl_mmap to obtain a bit of anonymous memory, use a much moreEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-10oops, manditory forgotten patchEric Andersen
2004-02-10Fixup the definition of _dl_open, and move some bits back where they were,Eric Andersen
2004-02-08Move _dl_printf and _dl_malloc to ldso, which is a more sensibleEric Andersen
2004-02-08Cleanup whitespace and formattingEric Andersen
2004-02-07Step one, begin shuffling things around a bitEric Andersen
2004-02-07Use unsigned char * pointersEric Andersen
2004-02-06Remove trailing whitespaceEric Andersen
2004-02-04Use a static const char array for static stringsEric Andersen