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.
This commit is contained in:
Sebastian Huber
2021-06-22 15:15:02 +02:00
parent 8d999f309f
commit 89c1e879c0
4 changed files with 50 additions and 8 deletions

View File

@@ -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