summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/dlfcn.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-1/+1
This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2014-11-04libdl: RTLD_DEFAULT searches the global symbol table.Chris Johns1-6/+15
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+153
This is a merge of the RTL project.