summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl01/dl-o1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtests/dl*: Rename source filesSebastian Huber2019-11-261-30/+0
| | | | | | | | Rename source files to use a %.c -> %.o and %.cc -> %.o pattern. Use *.cc for C++ source files instead of *.cpp to be in line with other C++ source files. Update #3818.
* dl01, dl02, dl05: Fix unresolved printf symbolSebastian Huber2017-11-151-4/+3
| | | | | | | | The link time wrap of printf leads to unresolved symbols in the loadable modules. This resulted in infinite loops and test timeouts. Use rtems_printf() for output. Update #3199.
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+31
This is a merge of the RTL project.