summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl05/dl-o5.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtests/dl*: Rename source filesSebastian Huber2019-11-261-33/+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-2/+7
| | | | | | | | 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.
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-3/+12
| | | | | | This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
* testsuite: Add libdl/dl05 reloc test.Chris Johns2016-09-081-0/+19