summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-08Update dlerror usagePatrick Gauvin1-2/+6
2018-02-08libdl: Fix dlerror return typePatrick Gauvin2-2/+2
2018-02-08libdl: dlerror return NULL when no errorPatrick Gauvin1-0/+2
2018-02-08libdl: Clear error between dlerror invocationsPatrick Gauvin3-0/+19
2017-04-04libdl: Back port C++ exception throw and catch from 4.12.Chris Johns32-258/+1234
2016-10-03libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa1-3/+6
2016-10-02libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa4-0/+74
2016-08-15libdl: Fix cache corruption bugs.Chris Johns3-30/+86
2016-08-15libdl: Add trace output when reading section headers.Chris Johns1-0/+3
2015-03-24libdl/rtl-shell.c: Adjust printf() format for off_t based on targetJoel Sherrill1-6/+8
2015-03-24libdl/rtl-mdreloc-moxie.c: Fix printf() format warningsJoel Sherrill2-5/+5
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber37-37/+37
2015-03-17cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill1-1/+1
2015-03-09cpukit/libdl/rtl-mdreloc-m32r.c: Add parentheses per Chris' suggestionJoel Sherrill1-1/+1
2015-03-06Fix more Doxygen typosJoel Sherrill2-4/+5
2014-11-20libdl/rtl-mdreloc-powerpc.c: Fix warningsJoel Sherrill1-2/+1
2014-11-20libdl/.../mips/machine/elf_machdep.h: Fix typo so compilesJoel Sherrill1-2/+5
2014-11-20libdl: Update comment with details about the error fix.Chris Johns1-0/+3
2014-11-20libdl: Update the comments.Chris Johns1-1/+2
2014-11-20libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns1-1/+1
2014-11-20libdl: Add a comment.Chris Johns1-0/+3
2014-11-20libdl: Add a comment to the previous fix.Chris Johns1-0/+3
2014-11-20libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns1-1/+1
2014-11-06libdl: Disable building libdl for the NIOS2. No relocation support.Chris Johns1-44/+0
2014-11-04libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.hJoel Sherrill1-1/+1
2014-11-04libdl/Makefile.am: Need preinstall on all targetsJoel Sherrill1-2/+2
2014-11-04libdl: RTLD_DEFAULT searches the global symbol table.Chris Johns1-6/+15
2014-11-04libdl: Add a local symbol table to the object module.Chris Johns5-87/+193
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns78-0/+14343