summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libdl: Update comment with details about the error fix.Chris Johns2014-11-201-0/+3
* libdl: Update the comments.Chris Johns2014-11-201-1/+2
* libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns2014-11-201-1/+1
* libdl: Add a comment.Chris Johns2014-11-201-0/+3
* libdl: Add a comment to the previous fix.Chris Johns2014-11-201-0/+3
* libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns2014-11-201-1/+1
* libdl: Disable building libdl for the NIOS2. No relocation support.Chris Johns2014-11-061-44/+0
* libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.hJoel Sherrill2014-11-041-1/+1
* libdl/Makefile.am: Need preinstall on all targetsJoel Sherrill2014-11-041-2/+2
* libdl: RTLD_DEFAULT searches the global symbol table.Chris Johns2014-11-041-6/+15
* libdl: Add a local symbol table to the object module.Chris Johns2014-11-045-87/+193
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-3178-0/+14343