summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-rap.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-20/+35
This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
2016-07-21libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa1-0/+2
Memory content changes caused by relocation has to be propagated to memory/cache level which is used/snooped during instruction cache fill. Closes #2438
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber1-1/+1
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+980
This is a merge of the RTL project.