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/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'testsuites/sptests/Makefile.am') diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index 80680dfe83..8f92873d2b 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -985,16 +985,6 @@ spfatal12_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spfatal12) \ $(support_includes) -I$(top_srcdir)/spfatal12 endif -if TEST_spfatal13 -sp_tests += spfatal13 -sp_screens += spfatal13/spfatal13.scn -sp_docs += spfatal13/spfatal13.doc -spfatal13_SOURCES = spfatal_support/init.c spfatal_support/system.h \ - spfatal13/testcase.h -spfatal13_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spfatal13) \ - $(support_includes) -I$(top_srcdir)/spfatal13 -endif - if TEST_spfatal14 sp_tests += spfatal14 sp_screens += spfatal14/spfatal14.scn -- cgit v1.2.3