summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-rap.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-12-07 17:20:38 +1100
committerChris Johns <chrisj@rtems.org>2016-12-14 09:07:16 +1100
commitc6eead1353e03542e5bad9efda3b6553125520d8 (patch)
treef2495a17c8d001a8249b0e6f785c3428df721a1d /cpukit/libdl/rtl-rap.h
parentscore: Prevent thread_dispatch_disable_level < 0. (diff)
downloadrtems-c6eead1353e03542e5bad9efda3b6553125520d8.tar.bz2
libdl: Add C++ exception support to loaded modules.
This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
Diffstat (limited to 'cpukit/libdl/rtl-rap.h')
-rw-r--r--cpukit/libdl/rtl-rap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/libdl/rtl-rap.h b/cpukit/libdl/rtl-rap.h
index f828b1fbdc..eca6e9ea4a 100644
--- a/cpukit/libdl/rtl-rap.h
+++ b/cpukit/libdl/rtl-rap.h
@@ -41,6 +41,13 @@ bool rtems_rtl_rap_file_check (rtems_rtl_obj_t* obj, int fd);
bool rtems_rtl_rap_file_load (rtems_rtl_obj_t* obj, int fd);
/**
+ * The RAP format unload handler.
+ *
+ * @param obj The object to unload.
+ */
+bool rtems_rtl_rap_file_unload (rtems_rtl_obj_t* obj);
+
+/**
* The RAP format signature handler.
*
* @return rtems_rtl_loader_format_t* The format's signature.