summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl01
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 /testsuites/libtests/dl01
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 'testsuites/libtests/dl01')
-rw-r--r--testsuites/libtests/dl01/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/libtests/dl01/init.c b/testsuites/libtests/dl01/init.c
index 9fbdaa5618..e9c7a1a470 100644
--- a/testsuites/libtests/dl01/init.c
+++ b/testsuites/libtests/dl01/init.c
@@ -73,6 +73,8 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_EXTRA_TASK_STACKS (8 * 1024)
+#define CONFIGURE_MAXIMUM_SEMAPHORES 1
+
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
@@ -80,4 +82,3 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
-