summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so
AgeCommit message (Expand)Author
2010-03-19Use the gcc directive to disable SSP warnings.roy
2010-03-18Use alloca(3) instead of local xmalloc for creating our DoneLists.roy
2010-02-27Implement negative cache checks for symbol lookups.roy
2010-01-17Restore backwards compatibility for binaries referencing the mainskrll
2010-01-16Remove cargo cult dlinfo entry point.skrll
2010-01-15Put the dlopen,and friends entry points back.skrll
2010-01-14Remove the entry points for dlopen() and friends. They haven't been usedskrll
2010-01-14Make DEBUG build compile.skrll
2010-01-14Wrap a few long lines.skrll
2010-01-14Shut gcc up.skrll
2010-01-13Shut gcc up.skrll
2010-01-13PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbolschristos
2010-01-10Reset the COMBRELOC cache Obj_Entry if it was freed.skrll
2010-01-10Fixup comment.skrll
2010-01-09Small tidyup.skrll
2009-12-18use COPTS for -G0.mrg
2009-12-14Merge from matt-nb5-mips64:matt
2009-12-13simplify the logic for compat ld.elf_so and move it here. we now canmrg
2009-12-13if BSD_MK_COMPAT_FILE is defined, .include it.mrg
2009-12-13rename LD32DIR to MLIBDIR.mrg
2009-12-02If the environment is corrupt, die. From FreeBSD.christos
2009-11-17Make _rtld_pagesz of type size_t.skrll
2009-11-11Add RCSIDskrll
2009-11-04Fix start symbols for new binutils.skrll
2009-10-22Fix start symbol for newer binutils.skrll
2009-09-25ld.elf_so grew more PLABELS with dlinfo so bump HPPA_PLABEL_PRE.skrll
2009-09-24Add Solarisa-like dlinfo() interface to the ELF dynamic linker.pooka
2009-09-19Fix start symbol. I have no idea how this worked before.skrll
2009-09-12Fix the start symbol.skrll
2009-08-29Remove trailing \n in calls to _rtld_error: a newline is automaticallyjmmv
2009-05-24Apply fix borrowed from i386: Fix const issue (cast const pointershe
2009-05-24Copy build fix from i386: Fix const issues (cast const pointershe
2009-05-23After a recent WARNS= bump on ld.elf_so it fails to build on hppa,mjf
2009-05-22Use the new Elf_SOff (signed offset) type to fix a few signed/unsignedmartin
2009-05-20fix signed/unsigned comparisons and const cast away (untested)christos
2009-05-20Add a reminder about ldd depending on ld.so.ad
2009-05-19warns=4christos
2009-04-12Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")lukem
2009-03-16Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")lukem
2009-03-16Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")lukem
2009-03-16Default to WARNS=4lukem
2009-03-15rename a variable to avoid a compiler warninglukem
2009-01-06add some (uintptr_t) to some casts, so these compile with ELFSIZE=32mrg
2009-01-06move the defines for RTLD_ARCH_SUBDIR into a sub-sub-makefile so we canmrg
2008-10-26if LD32DIR is defined:mrg
2008-10-16Never build this with PIE.christos
2008-10-04lib/39649: dlsym(3) does not follow dependenciesskrll
2008-09-27avoid usind __builtin_return_address(0) on PowerPC because it fails inmacallan
2008-07-29Make sure to call dlerror() to clear any error messages after the relocationsmatt
2008-07-24RCSID policeskrll