summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-allocator.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-4/+22
| | | | | | This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
* libdl: Update the comments.Chris Johns2014-11-201-1/+2
| | | | See refs #2191.
* libdl: Add a comment.Chris Johns2014-11-201-0/+3
| | | | See ref #2191.
* libdl: Add a comment to the previous fix.Chris Johns2014-11-201-0/+3
| | | | The fix is ref #2191.
* libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns2014-11-201-1/+1
| | | | | The address returned from the allocator call was not checked when zeroing the memory.
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+210
This is a merge of the RTL project.