summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-obj.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Back port C++ exception throw and catch from 4.12.Chris Johns2017-04-041-90/+243
| | | | Closes #2956.
* libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa2016-10-031-3/+6
| | | | | | | | | | The CPU_CACHE_LINE_BYTES has been introduced after 4.11 branch fork and is not available for all architectures on RTEMS 4.11. Use of rtems_cache_get_maximal_line_size() is more descriptive choice. The min/max data/instruction cache line size is not critical there, value is used for optimization only to use single operation for decently following sections.
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-10-021-0/+63
| | | | | | | | | 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
|
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+1031
This is a merge of the RTL project.