spec/.../mcf5235: Missing GCC atomic helper

Provide missing GCC atomics helpers as part of BSPs where GCC
does not know how to provide it since the CPU's ISA has no
atomic instructions. The implementation provided in
bsps/shared/atomics/__atomic_test_and_set.c should work
on any single core CPU.
This commit is contained in:
Joel Sherrill
2025-08-14 13:11:26 -05:00
committed by Gedare Bloom
parent 6477324b4c
commit d172ecaff9

View File

@@ -54,4 +54,5 @@ source:
- bsps/shared/start/bspreset-loop.c
- bsps/shared/start/gettargethash-default.c
- bsps/shared/start/sbrk.c
- bsps/shared/atomics/__atomic_test_and_set.c
type: build