summaryrefslogtreecommitdiff
path: root/ldso/ldso/dl-startup.c
AgeCommit message (Expand)Author
2005-06-27Add __libc_stack_end to ld.so. The libc.a version remains to do.Joakim Tjernlund
2005-06-25create some DEBUG macros for the ld debug earlyMike Frysinger
2005-04-13Adjust indentationEric Andersen
2005-04-13This update gets mips working again.Eric Andersen
2005-04-12Remove __FORCE_SHAREABLE_TEXT_SEGMENTS__ hack from ldso itself.Joakim Tjernlund
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-18Remove dead code.Joakim Tjernlund
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-14Generalize optimized relative reloc procesing.Joakim Tjernlund
2005-01-12Use the inlined __dl_parse_dynamic_info() in DL_BOOT() for CRIS too.Peter Kjellerstedt
2005-01-05fix eriks e-mail addressMike Frysinger
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
2004-10-06Remove unneeded -D<somedefine>, and use instead #ifdef __somedefine__Joakim Tjernlund
2004-08-19Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso.Joakim Tjernlund
2004-08-19Remove poor man's malloc. Not needed anymore.Joakim Tjernlund
2004-08-19Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund
2004-08-19Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund
2004-08-19Oops, forgot to remove unused variable.Joakim Tjernlund
2004-08-19This is now done in ldso.cJoakim Tjernlund
2004-08-16The pagesize variable used when starting up is _not_ the sameEric Andersen
2004-06-27Joakim Tjernlund writes:Eric Andersen
2004-05-13Bradley D. LaRonde writes:Eric Andersen
2004-05-12Patch from Bradley D. LaRonde:Eric Andersen
2004-05-11As noticed by the sharp eyed Joakim Tjernlund, I stupidlyEric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-02-17Kill off an arm specific hack, that fostered three other arch specificEric 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-10Eliminate the PIE support option, and simply support that all the timeEric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-08Cleanup whitespace and formattingEric Andersen
2004-02-07Restore the library entry point so it works. It does haveEric Andersen
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen