summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-trace.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Fix cache corruption bugs.Chris Johns2016-08-151-12/+13
| | | | | | | | | This patch fixes a number of bugs in the cache when requests are made to read close to the end of the file and the data is copied from the top of the cache buffer to the bottom of the buffer. This was compounded by attempting to read past the end of the file. Closes #2754.
* 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-1/+2
| | | | | | 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/+100
This is a merge of the RTL project.