summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-22 15:15:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-06-24 11:36:27 +0200
commit89c1e879c02054b8032a9a66103e20bd61156f75 (patch)
tree9ff0109d2f2223eb4b332da147faa12178f33985 /spec
parentscore: Remove bogus _ISR_Nest_level setting (diff)
downloadrtems-89c1e879c02054b8032a9a66103e20bd61156f75.tar.bz2
score: Move _ISR_Vector_table[] to separate file
The _ISR_Handler_initialization() does not touch the _ISR_Vector_table[]. Move the definition of _ISR_Vector_table[] to a separate file. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
Diffstat (limited to '')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index e3f328ec5f..0abff9d439 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -1417,6 +1417,7 @@ source:
- cpukit/score/src/iovprintf.c
- cpukit/score/src/isr.c
- cpukit/score/src/isrisinprogress.c
+- cpukit/score/src/isrvectortable.c
- cpukit/score/src/iterateoverthreads.c
- cpukit/score/src/kern_tc.c
- cpukit/score/src/libatomic.c