summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl05/dl-load.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-09-07 13:59:16 +1000
committerChris Johns <chrisj@rtems.org>2016-09-08 16:52:39 +1000
commitd4160618462bad075cc6f7b262773a29444b9dac (patch)
tree56ad0d79ced6c5ac4b5dc5f082466b6d631dcb8a /testsuites/libtests/dl05/dl-load.h
parentlibdl: Add ARM C++ relocation record support. (diff)
downloadrtems-d4160618462bad075cc6f7b262773a29444b9dac.tar.bz2
testsuite: Add libdl/dl05 reloc test.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/dl05/dl-load.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/libtests/dl05/dl-load.h b/testsuites/libtests/dl05/dl-load.h
new file mode 100644
index 0000000000..98f41543b3
--- /dev/null
+++ b/testsuites/libtests/dl05/dl-load.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (c) 2016 Chris Johns <chrisj@rtems.org>. All rights reserved.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#if !defined(_DL_LOAD_H_)
+#define _DL_LOAD_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void exception_base(bool istrue);
+void exception_dl(void);
+
+int dl_load_test(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif