summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-rap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-20/+35
| | | | | | This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-211-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
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
|
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+980
This is a merge of the RTL project.