From bf338f04c0e09be0c020868e28dde3fdd72d1ee2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 27 Jul 2021 10:09:05 +0200 Subject: score: Remove _Internal_errors_What_happened Users have access to the fatal error source and code though the fatal error extension. The user-specific fatal error handling should be done in statically initialized fatal error handlers. The _Internal_errors_What_happened was updated after the fatal error extension. In addition, there was no API to get the information stored in _Internal_errors_What_happened. In SMP configurations, this object could contain a mix of different fatal errors. Remove this object to save some bytes of storage. --- testsuites/sptests/spsize/size.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/sptests/spsize/size.c') diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index d26e34f51d..1b6881bb24 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -272,8 +272,6 @@ uninitialized = /*init.h*/ 0 + -/*interr.h*/ (sizeof _Internal_errors_What_happened) + - /*intr.h*/ 0 + /*isr.h*/ (sizeof _ISR_Nest_level) + -- cgit v1.2.3