From 8e80876bdd54e36fb668eee655eec1dd588daf13 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 3 Apr 2020 09:47:21 +0200 Subject: score: Fix _ISR_Stack_area_end The _ISR_Stack_area_begin and _ISR_Stack_area_end symbols are in different sections. They must have the same alignment, otherwise the following linker directive could separate them: *(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rtemsstack*))) Update #3799. --- cpukit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 3af69bd615..1486a4156f 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -1014,6 +1014,7 @@ librtemscpu_a_SOURCES += score/src/chainnodecount.c librtemscpu_a_SOURCES += score/src/debugisthreaddispatchingallowed.c librtemscpu_a_SOURCES += score/src/interr.c librtemscpu_a_SOURCES += score/src/isr.c +librtemscpu_a_SOURCES += score/src/isrstackareaend.c librtemscpu_a_SOURCES += score/src/wkspace.c librtemscpu_a_SOURCES += score/src/wkspaceisunifieddefault.c librtemscpu_a_SOURCES += score/src/wkstringduplicate.c -- cgit v1.2.3