From 21275b58a5a69c3c838082ffc8a7a3641f32ea9a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 22 Nov 2018 19:14:51 +0100 Subject: score: Static Objects_Information initialization Statically allocate the objects information together with the initial set of objects either via . Provide default object informations with zero objects via librtemscpu.a. This greatly simplifies the workspace size estimate. RTEMS applications which do not use the unlimited objects option are easier to debug since all objects reside now in statically allocated objects of the right types. Close #3621. --- testsuites/sptests/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/sptests/configure.ac') diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index e725b39067..d25d9e9e32 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -146,7 +146,6 @@ RTEMS_TEST_CHECK([spfatal09]) RTEMS_TEST_CHECK([spfatal10]) RTEMS_TEST_CHECK([spfatal11]) RTEMS_TEST_CHECK([spfatal12]) -RTEMS_TEST_CHECK([spfatal13]) RTEMS_TEST_CHECK([spfatal14]) RTEMS_TEST_CHECK([spfatal15]) RTEMS_TEST_CHECK([spfatal16]) -- cgit v1.2.3