mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
committed by
Gedare Bloom
parent
6477324b4c
commit
d172ecaff9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user