summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-obj.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-10-021-0/+7
| | | | | | | | | Memory content changes caused by relocation has to be propagated to memory/cache level which is used/snooped during instruction cache fill. Closes #2438 Updates #2782
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
|
* libdl: Add a local symbol table to the object module.Chris Johns2014-11-041-0/+3
| | | | | | Adding a local symbol lets the relocator find local symbols referenced in relocation records. The local symbol table is erased once the object module has been loaded.
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+580
This is a merge of the RTL project.