summaryrefslogtreecommitdiff
path: root/libexec/ld.so/arm/rtld_machine.c
AgeCommit message (Expand)Author
2013-06-13Appease LLVM warning..Brad Smith
2013-06-01Introduce ltrace(1). This tool works with ld.so to inject utrace record forMiod Vallat
2013-05-08Implement symbol caching and RELACOUNT/RELCOUNT optimizations.Philip Guenther
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-05-02Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI.Philip Guenthe
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller
2008-02-24Use rounded down address when changing memory protections on the GOT, suchDale Rahn
2007-11-27Make _dl_md_reloc_got() report errors, and take them into account.Miod Vallat
2007-05-05Provide hook so that rthreads can provide a spinlock to protect from racesDale Rahn
2006-08-23Support arm libraries with DT_TEXTREL, has no affect for other libraries.Dale Rahn
2005-09-22Use std missing symbol print instead of MD custom, do not warn on weakDale Rahn
2005-09-21Simplify the internal symbol finding API, with some cleanup, prep forDale Rahn
2005-09-16Rework symbol lookup to more closely match sun's documentation, nowDale Rahn
2004-05-25provide one version of _dl_bcopy instead of copy in every arch; drahn@ okMichael Shalayeff
2004-05-25return object* the symbol is in for _dl_find_symbol*; drahn@ okMichael Shalayeff
2004-05-25spacingTheo de Raadt
2004-02-09Enable lazy binding on arm:Dale Rahn
2004-02-09Disable lazy binding until that feature is fixed.Dale Rahn
2004-02-07Dynamic linker support for arm. non-lazy binding works.Dale Rahn