summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-mdreloc-mips.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns1-19/+19
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber1-1/+1
Prepare for header file move to common include directory. Update #3254.
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns1-0/+29
This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
2015-03-24libdl/rtl-mdreloc-moxie.c: Fix printf() format warningsJoel Sherrill1-4/+4
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns1-0/+190
This is a merge of the RTL project.