summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-03 09:47:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-03 15:48:58 +0200
commit8e80876bdd54e36fb668eee655eec1dd588daf13 (patch)
tree4bd351727c3be15a96035ac1a790f7cfab7a5d8d /cpukit/include/rtems/confdefs
parentbsp/shared/clock: Reset Clock_driver_isrs to correct value (diff)
downloadrtems-8e80876bdd54e36fb668eee655eec1dd588daf13.tar.bz2
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.
Diffstat (limited to 'cpukit/include/rtems/confdefs')
-rw-r--r--cpukit/include/rtems/confdefs/percpu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/include/rtems/confdefs/percpu.h b/cpukit/include/rtems/confdefs/percpu.h
index 730571b54a..a902b4735c 100644
--- a/cpukit/include/rtems/confdefs/percpu.h
+++ b/cpukit/include/rtems/confdefs/percpu.h
@@ -98,11 +98,6 @@ char _ISR_Stack_area_begin[
] RTEMS_ALIGNED( CPU_INTERRUPT_STACK_ALIGNMENT )
RTEMS_SECTION( ".rtemsstack.interrupt.begin" );
-RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION(
- _ISR_Stack_area_end,
- ".rtemsstack.interrupt.end"
-);
-
/* Thread stack size configuration */
#ifndef CONFIGURE_MINIMUM_TASK_STACK_SIZE