cpukit/aarch64: Refactor exception handling

This refactors the AArch64 exception handling to remove the mutable code
sections that are generally flagged as a bad idea by code analysis
tools. This also removes any casting between data pointers and function
pointers to avoid the need to use pragmas to disable warnings about such
casting.
This commit is contained in:
Kinsey Moore
2025-06-25 05:59:55 -05:00
committed by Kinsey Moore
parent ad5a2be4c1
commit dc0d3149e5
5 changed files with 199 additions and 165 deletions

View File

@@ -37,6 +37,7 @@ source:
- cpukit/score/cpu/aarch64/aarch64-exception-frame-print.c
- cpukit/score/cpu/aarch64/aarch64-exception-interrupt.S
- cpukit/score/cpu/aarch64/aarch64-exception-resume.S
- cpukit/score/cpu/aarch64/aarch64-exception-targets.c
- cpukit/score/cpu/aarch64/aarch64-thread-idle.c
- cpukit/score/cpu/aarch64/cpu.c
- cpukit/score/cpu/aarch64/cpu_asm.S